Property binding ngForOf not used by any directive on an embedded template
模板中不能使用ngFor
请在模块中导入CommonModule
模块
@NgModule({
imports: [
CommonModule, // imports enable
GoodsModule,
MatCarouselModule,
],
exports: [
HomepageComponent,
],
declarations: [
HomepageComponent,
],
// schemas: [
// CUSTOM_ELEMENTS_SCHEMA
// ],
})
export class HomepageModule {}