tabby/tabby-settings
2021-07-31 17:18:03 +02:00
..
src allow modifier-only hotkeys 2021-07-31 17:18:03 +02:00
package.json bumped plugins 2021-07-29 21:20:41 +02:00
README.md
tsconfig.json
tsconfig.typings.json
webpack.config.js
yarn.lock settings: added release notes 2021-07-18 16:48:13 +02: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 },
    ...
  ]
})