mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
typing cleanup
This commit is contained in:
@@ -16,17 +16,17 @@ import { DemoProfilesService } from 'profiles'
|
||||
FormsModule,
|
||||
NgbModule,
|
||||
TabbyCorePlugin,
|
||||
TabbyTerminalModule as any,
|
||||
TabbyTerminalModule,
|
||||
],
|
||||
providers: [
|
||||
{ provide: ProfileProvider, useClass: DemoProfilesService, multi: true },
|
||||
],
|
||||
entryComponents: [
|
||||
DemoTerminalTabComponent,
|
||||
] as any[],
|
||||
],
|
||||
declarations: [
|
||||
DemoTerminalTabComponent,
|
||||
] as any[],
|
||||
],
|
||||
exports: [
|
||||
DemoTerminalTabComponent,
|
||||
],
|
||||
|
Reference in New Issue
Block a user