我正在使用此stackblitz创建垫选。我复制了包括mat-select文件夹和模块在内的整个代码。整个代码可以完美编译,没有任何错误或问题。但是,在页面呈现期间,代码中断了,并且出现错误Unexpected directive 'MatSelectSearchComponent' imported by the module 'AngularMaterialModule'. Please add a @NgModule annotation.
在尝试在mat-select-search标记上使用mat-select的HTML主页面中,收到一个错误mat-select-search is not a known element
。
虽然代码编译没有任何错误。
我尝试在layout.component.ts中导入mat-select-searchmodule,然后出现以下错误
Type MatSelectSearchComponent is part of the declarations of 2 modules: MatSelectSearchModule and InsertModule! Please consider moving MatSelectSearchComponent to a higher module that imports MatSelectSearchModule and InsertModule.