Eugene Pankov 99698913a8 lint 6 年之前
..
src 181c523020 strict null checks 6 年之前
.gitignore dc513b427d done 8 年之前
README.md 8cf7851801 autogen docs 7 年之前
package.json 99698913a8 lint 6 年之前
tsconfig.json 39bbe54992 refactoring, build fix 6 年之前
tsconfig.typings.json 39bbe54992 refactoring, build fix 6 年之前
webpack.config.js 18aa78fa2e webpack 5 6 年之前
yarn.lock 9f2f97e0bb . 6 年之前

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