typing cleanup

This commit is contained in:
Eugene Pankov
2021-07-14 00:03:05 +02:00
parent e245629c5a
commit 57a198b082
16 changed files with 27 additions and 23 deletions

View File

@@ -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,
],