mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
9e4cb15c84
Bumps [ngx-infinite-scroll](https://github.com/orizens/ngx-infinite-scroll) from 15.0.0 to 16.0.0. - [Release notes](https://github.com/orizens/ngx-infinite-scroll/releases) - [Commits](https://github.com/orizens/ngx-infinite-scroll/commits) --- updated-dependencies: - dependency-name: ngx-infinite-scroll dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
src | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tsconfig.typings.json | ||
webpack.config.mjs | ||
yarn.lock |
Tabby Settings Plugin
- tabbed settings interface
Using the API:
import { SettingsTabProvider } from 'tabby-settings'
Exporting your subclasses:
@NgModule({
...
providers: [
...
{ provide: SettingsTabProvider, useClass: MySettingsTab, multi: true },
...
]
})