tabby/tabby-settings
2022-01-26 20:17:16 +01:00
..
src fixed hotkey name localization 2022-01-26 20:17:16 +01:00
package.json bumped plugins 2022-01-14 13:04:57 +01:00
README.md bundle the clickable-links plugin with Tabby 2021-12-08 19:54:26 +01:00
tsconfig.json project rename 2021-06-29 23:57:04 +02:00
tsconfig.typings.json project rename 2021-06-29 23:57:04 +02:00
webpack.config.js project rename 2021-06-29 23:57:04 +02:00
yarn.lock Bump marked from 3.0.2 to 4.0.8 in /tabby-settings 2021-12-20 04:21:29 +00:00

Tabby Settings Plugin

  • tabbed settings interface

Using the API:

import { SettingsTabProvider } from 'tabby-settings'

Exporting your subclasses:

@NgModule({
  ...
  providers: [
    ...
    { provide: SettingsTabProvider, useClass: MySettingsTab, multi: true },
    ...
  ]
})