📌  相关文章
📜  如果 'ion-item' 是一个 Angular 组件,那么验证它是这个模块的一部分. - Javascript代码示例

📅  最后修改于: 2022-03-11 15:03:19.603000             🧑  作者: Mango

代码示例1
I had this problem when I was importing the page (component) rather than the module, and it wasn’t giving any compilation errors but then module not known at runtime. In your app.module.ts put your module in the imports list.