|
|
2 лет назад | |
|---|---|---|
| .. | ||
| src | 921214dd09 wip | 2 лет назад |
| README.md | bbb02f4e64 bundle the clickable-links plugin with Tabby | 4 лет назад |
| package.json | 9ceb6b4416 bumped plugins | 2 лет назад |
| tsconfig.json | 43cd3318da project rename | 4 лет назад |
| tsconfig.typings.json | 43cd3318da project rename | 4 лет назад |
| webpack.config.mjs | 90e00fdcac wip | 2 лет назад |
| yarn.lock | 271f8d155c removed old dep | 4 лет назад |
Using the API:
import { ShellProvider } from 'tabby-local'
Exporting your subclasses:
@NgModule({
...
providers: [
...
{ provide: ShellProvider, useClass: MyShellPlugin, multi: true },
...
]
})