mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-19 09:59:54 +00:00
project rename
This commit is contained in:
23
tabby-settings/README.md
Normal file
23
tabby-settings/README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
Tabby Settings Plugin
|
||||
------------------------
|
||||
|
||||
* tabbed settings interface
|
||||
|
||||
Using the API:
|
||||
|
||||
```ts
|
||||
import { SettingsTabProvider } from 'tabby-settings'
|
||||
```
|
||||
|
||||
Exporting your subclasses:
|
||||
|
||||
```ts
|
||||
@NgModule({
|
||||
...
|
||||
providers: [
|
||||
...
|
||||
{ provide: SettingsTabProvider, useClass: MySettingsTab, multi: true },
|
||||
...
|
||||
]
|
||||
})
|
||||
```
|
Reference in New Issue
Block a user