mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-18 18:39:55 +00:00
![dependabot-preview[bot]](/assets/img/avatar_default.png)
Bumps [ngx-pipes](https://github.com/danrevah/ngx-pipes) from 1.6.5 to 1.6.6. - [Release notes](https://github.com/danrevah/ngx-pipes/releases) - [Changelog](https://github.com/danrevah/ngx-pipes/blob/master/CHANGELOG.md) - [Commits](https://github.com/danrevah/ngx-pipes/compare/v1.6.5...v1.6.6)
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 },
...
]
})