tabby/terminus-local
2021-06-22 11:51:19 +02:00
..
src fixes 2021-06-20 17:14:31 +02:00
.gitignore split terminus-local out of terminus-terminal 2021-05-16 17:36:33 +02:00
package.json bumped plugins 2021-06-22 11:51:19 +02:00
README.md split terminus-local out of terminus-terminal 2021-05-16 17:36:33 +02:00
tsconfig.json split terminus-local out of terminus-terminal 2021-05-16 17:36:33 +02:00
tsconfig.typings.json split terminus-local out of terminus-terminal 2021-05-16 17:36:33 +02:00
webpack.config.js split terminus-local out of terminus-terminal 2021-05-16 17:36:33 +02:00
yarn.lock added web polyfills 2021-06-15 23:43:02 +02:00

Terminus Local Plugin

  • local shells

Using the API:

import { ShellProvider } from 'terminus-local'

Exporting your subclasses:

@NgModule({
  ...
  providers: [
    ...
    { provide: ShellProvider, useClass: MyShellPlugin, multi: true },
    ...
  ]
})