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