mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-21 01:21:52 +03:00
6e09931952
use local storage rather than config store Remove config save and toggleGroupCollapse not to be async |
||
---|---|---|
.. | ||
src | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tsconfig.typings.json | ||
webpack.config.js | ||
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 },
...
]
})