tabby/terminus-settings
dependabot[bot] c32b38c066
Bump utils-decorators from 1.8.1 to 1.8.3 in /terminus-settings
Bumps [utils-decorators](https://github.com/vlio20/utils-decorators) from 1.8.1 to 1.8.3.
- [Release notes](https://github.com/vlio20/utils-decorators/releases)
- [Commits](https://github.com/vlio20/utils-decorators/commits)

---
updated-dependencies:
- dependency-name: utils-decorators
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-04 04:26:58 +00:00
..
2021-05-28 20:08:27 +02:00
2017-04-11 22:45:59 +02:00
2021-03-10 20:51:50 +01:00
2019-03-07 18:04:03 +01:00
2019-06-06 13:45:15 +02:00
2019-06-06 13:45:15 +02:00
2021-02-13 12:11:38 +01: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 },
    ...
  ]
})