Eugene Pankov 0c8b6e56da theme tweaks 4 년 전
..
src 0c8b6e56da theme tweaks 4 년 전
README.md bbb02f4e64 bundle the clickable-links plugin with Tabby 4 년 전
package.json f308fd481d bumped plugins 4 년 전
tsconfig.json 43cd3318da project rename 4 년 전
tsconfig.typings.json 43cd3318da project rename 4 년 전
webpack.config.js 43cd3318da project rename 4 년 전
yarn.lock 1674ec1ebf pull utils-decorators dep up 4 년 전

README.md

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