|
|
hace 2 semanas | |
|---|---|---|
| .. | ||
| src | 438ac9a6ff clarify partial/full profile types | hace 4 semanas |
| README.md | bbb02f4e64 bundle the clickable-links plugin with Tabby | hace 4 años |
| package.json | 2bc621c10e bumped plugins | hace 2 semanas |
| tsconfig.json | 43cd3318da project rename | hace 4 años |
| tsconfig.typings.json | 43cd3318da project rename | hace 4 años |
| webpack.config.mjs | 1e5cfd1d4b bootstrap 5 WIP (#7891) | hace 3 años |
| yarn.lock | 6813fd54cd build(deps-dev): bump marked and @types/marked in /tabby-settings | hace 2 años |
Using the API:
import { SettingsTabProvider } from 'tabby-settings'
Exporting your subclasses:
@NgModule({
...
providers: [
...
{ provide: SettingsTabProvider, useClass: MySettingsTab, multi: true },
...
]
})