1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-10-06 09:27:20 +03:00
tabby/tabby-settings
Eugene Pankov 8a514fff17
lint
2021-09-09 22:17:15 +02:00
..
src lint 2021-09-09 22:17:15 +02:00
package.json bumped plugins 2021-09-06 23:38:58 +02:00
README.md project rename 2021-06-29 23:57:04 +02: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 2.1.3 to 3.0.2 in /tabby-settings 2021-08-25 04:24:35 +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 },
    ...
  ]
})