terminus-local
v1.0.140
Published
Terminus' local shell plugin
Downloads
1
Maintainers
Keywords
Readme
Terminus Local Plugin
- local shells
Using the API:
import { ShellProvider } from 'terminus-local'
Exporting your subclasses:
@NgModule({
...
providers: [
...
{ provide: ShellProvider, useClass: MyShellPlugin, multi: true },
...
]
})