mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-30 00:09:54 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [mixpanel](https://github.com/mixpanel/mixpanel-node) from 0.10.3 to 0.13.0. - [Release notes](https://github.com/mixpanel/mixpanel-node/releases) - [Changelog](https://github.com/mixpanel/mixpanel-node/blob/master/history.md) - [Commits](https://github.com/mixpanel/mixpanel-node/compare/v0.10.3...v0.13.0) Signed-off-by: dependabot[bot] <support@github.com>
Terminus Core Plugin
See also: Settings plugin API, Terminal plugin API
- tabbed interface services
- toolbar UI
- config file management
- hotkeys
- tab recovery
- logging
- theming
Using the API:
import { AppService, TabContextMenuItemProvider } from 'terminus-core'
Exporting your subclasses:
@NgModule({
...
providers: [
...
{ provide: TabContextMenuItemProvider, useClass: MyContextMenu, multi: true },
...
]
})