mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-23 21:34:13 +03:00
323e57d2b1
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) |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
package.json | ||
README.md | ||
tsconfig.json | ||
webpack.config.js | ||
yarn.lock |
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 },
...
]
})