|
|
%!s(int64=3) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| src | 8d000a3bd4 wip | %!s(int64=3) %!d(string=hai) anos |
| README.md | bbb02f4e64 bundle the clickable-links plugin with Tabby | %!s(int64=4) %!d(string=hai) anos |
| package.json | 42e95f15b4 wip | %!s(int64=3) %!d(string=hai) anos |
| tsconfig.json | 43cd3318da project rename | %!s(int64=4) %!d(string=hai) anos |
| tsconfig.typings.json | 43cd3318da project rename | %!s(int64=4) %!d(string=hai) anos |
| webpack.config.mjs | 90e00fdcac wip | %!s(int64=3) %!d(string=hai) anos |
| yarn.lock | 4943e2cd5e wip | %!s(int64=3) %!d(string=hai) anos |
See also:
This module provides:
Using the API:
import { AppService, TabContextMenuItemProvider } from 'tabby-core'
Exporting your subclasses:
@NgModule({
...
providers: [
...
{ provide: TabContextMenuItemProvider, useClass: MyContextMenu, multi: true },
...
]
})