mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-14 11:15:55 +03:00
299 B
299 B
Terminus Local Plugin
- local shells
Using the API:
import { ShellProvider } from 'terminus-local'
Exporting your subclasses:
@NgModule({
...
providers: [
...
{ provide: ShellProvider, useClass: MyShellPlugin, multi: true },
...
]
})