remove all external deps from generated typings files

This commit is contained in:
Eugene Pankov
2019-06-30 23:08:30 +02:00
parent 944c7b072b
commit b98bde71df
35 changed files with 295 additions and 613 deletions

View File

@@ -69,7 +69,7 @@ const PROVIDERS = [
DndModule.forRoot(),
],
declarations: [
AppRootComponent,
AppRootComponent as any,
CheckboxComponent,
StartPageComponent,
TabBodyComponent,