tabby/terminus-settings
2019-05-11 20:13:51 +02:00
..
src fixed settings scroll (fixes #791) 2019-05-11 20:13:51 +02:00
.gitignore done 2017-04-11 22:45:59 +02:00
package.json bumped plugin versions 2019-03-18 22:02:23 +01:00
README.md autogen docs 2019-03-07 18:04:03 +01:00
tsconfig.json wip 2017-06-10 00:29:16 +02:00
webpack.config.js fixed funky source maps 2019-04-28 11:42:34 +02:00
yarn.lock nicer config editor font 2018-10-12 13:49:59 +02:00

Terminus Settings Plugin

  • tabbed settings interface

Using the API:

import { SettingsTabProvider } from 'terminus-settings'

Exporting your subclasses:

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