|
|
5 months ago | |
|---|---|---|
| .. | ||
| src | 7ac85a329e fix(ssh/settings): formats date value according to locale rules (#10468) | 5 months ago |
| README.md | bbb02f4e64 bundle the clickable-links plugin with Tabby | 3 years ago |
| package.json | 6813fd54cd build(deps-dev): bump marked and @types/marked in /tabby-settings | 2 years ago |
| tsconfig.json | 43cd3318da project rename | 4 years ago |
| tsconfig.typings.json | 43cd3318da project rename | 4 years ago |
| webpack.config.mjs | 1e5cfd1d4b bootstrap 5 WIP (#7891) | 2 years ago |
| yarn.lock | 6813fd54cd build(deps-dev): bump marked and @types/marked in /tabby-settings | 2 years ago |
Using the API:
import { SettingsTabProvider } from 'tabby-settings'
Exporting your subclasses:
@NgModule({
...
providers: [
...
{ provide: SettingsTabProvider, useClass: MySettingsTab, multi: true },
...
]
})