tabby-settings
TypeScript icon, indicating that this package has built-in type declarations

1.0.197-nightly.1 • Public • Published

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

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i tabby-settings

    Weekly Downloads

    348

    Version

    1.0.197-nightly.1

    License

    MIT

    Unpacked Size

    1.85 MB

    Total Files

    23

    Last publish

    Collaborators

    • eugenepankov