📅  最后修改于: 2022-03-11 15:04:23.899000             🧑  作者: Mango
// resolved by importing CommonModule not on the app.module.ts but
// on the componentName.module.ts
import { CommonModule } from '@angular/common';
imports: [CommonModule]