Eugene Pankov fad7858f3f more electron/web separation 4 years ago
..
src fad7858f3f more electron/web separation 4 years ago
.gitignore dc513b427d done 8 years ago
README.md 8cf7851801 autogen docs 6 years ago
package.json e79fc13de9 bumped plugins 4 years ago
tsconfig.json 39bbe54992 refactoring, build fix 6 years ago
tsconfig.typings.json 39bbe54992 refactoring, build fix 6 years ago
webpack.config.js 6fdccd0a02 cleanup webpack configs 4 years ago
yarn.lock c32b38c066 Bump utils-decorators from 1.8.1 to 1.8.3 in /terminus-settings 4 years ago

README.md

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 },
    ...
  ]
})