@ts-core/angular 11.0.67 → 11.0.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/ts-core-angular.umd.js +2 -1
- package/bundles/ts-core-angular.umd.js.map +1 -1
- package/bundles/ts-core-angular.umd.min.js +1 -1
- package/bundles/ts-core-angular.umd.min.js.map +1 -1
- package/esm2015/bottomSheet/BottomSheetModule.js +3 -3
- package/fesm2015/ts-core-angular.js +2 -1
- package/fesm2015/ts-core-angular.js.map +1 -1
- package/package.json +1 -1
- package/ts-core-angular.metadata.json +1 -1
|
@@ -6617,7 +6617,8 @@
|
|
|
6617
6617
|
{ type: language.LanguageService }
|
|
6618
6618
|
]; };
|
|
6619
6619
|
|
|
6620
|
-
|
|
6620
|
+
// import { WindowQuestionComponent } from '../window/component/window-question/window-question.component';
|
|
6621
|
+
var IMPORTS = [common$1.CommonModule, forms.FormsModule, i1$1.MatBottomSheetModule, button.MatButtonModule, LanguageModule];
|
|
6621
6622
|
var ENTRY_COMPONENTS = [];
|
|
6622
6623
|
var DECLARATIONS = __spread(ENTRY_COMPONENTS);
|
|
6623
6624
|
var EXPORTS = __spread(DECLARATIONS);
|