@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.
@@ -6617,7 +6617,8 @@
6617
6617
  { type: language.LanguageService }
6618
6618
  ]; };
6619
6619
 
6620
- var IMPORTS = [common$1.CommonModule, forms.FormsModule, i1$1.MatBottomSheetModule, button.MatButtonModule, LanguageModule, WindowModule];
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);