1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-14 11:15:55 +03:00
tabby/terminus-local/README.md
2021-05-16 17:36:33 +02:00

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 },
    ...
  ]
})