mirror of
https://github.com/Eugeny/tabby
synced 2024-11-13 00:17:12 +00:00
.. | ||
src | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tsconfig.typings.json | ||
webpack.config.mjs | ||
yarn.lock |
Tabby Local Plugin
- local shells
Using the API:
import { ShellProvider } from 'tabby-local'
Exporting your subclasses:
@NgModule({
...
providers: [
...
{ provide: ShellProvider, useClass: MyShellPlugin, multi: true },
...
]
})