tabby/tabby-local
Eugene Pankov 9f87886a9b ui tweaks
2021-07-06 19:34:00 +02:00
..
2021-07-06 19:34:00 +02:00
2021-06-29 23:57:04 +02:00
2021-07-04 12:23:27 +02:00
2021-06-29 23:57:04 +02:00
2021-06-29 23:57:04 +02:00
2021-06-29 23:57:04 +02:00
2021-06-29 23:57:04 +02:00

Tabby Local Plugin

  • local shells

Using the API:

import { ShellProvider } from 'tabby-local'

Exporting your subclasses:

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