Files
2026-06-23 09:22:15 +02:00
..
2026-06-23 09:22:15 +02:00
2026-02-01 21:35:09 +01:00
2023-02-26 20:42:31 +01: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 },
    ...
  ]
})