|
|
5 лет назад | |
|---|---|---|
| .. | ||
| src | 1ac22ec563 disable vibrancy while dragging window on buggy windows 10 builds (fixes #949) | 5 лет назад |
| .gitignore | 0ea346a6ae wip | 8 лет назад |
| README.md | 269971ab60 docs fix | 6 лет назад |
| package.json | 87fe8deaa8 apis | 6 лет назад |
| tsconfig.json | a5ecdeb5ea lint | 6 лет назад |
| tsconfig.typings.json | 39bbe54992 refactoring, build fix | 6 лет назад |
| webpack.config.js | 18aa78fa2e webpack 5 | 6 лет назад |
| yarn.lock | ca9b8307c2 Merge pull request #1998 from Eugeny/dependabot/npm_and_yarn/terminus-core/core-js-3.6.4 | 6 лет назад |
See also: Settings plugin API, Terminal plugin API
Using the API:
import { AppService, TabContextMenuItemProvider } from 'terminus-core'
Exporting your subclasses:
@NgModule({
...
providers: [
...
{ provide: TabContextMenuItemProvider, useClass: MyContextMenu, multi: true },
...
]
})