📜  多个模块匹配.使用 skip-import 选项跳过将组件导入最近的模块.进入最近的模块. - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:01.282000             🧑  作者: Mango

代码示例1
ng g c new-component --module app
//Or if you are in an other directory then
ng g c component-name --module ../