作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
Angular v6.1.10 | ASP.NET Core v2.2.102
我正在从 ASP.NET Core 模板构建 Angular 应用。
我想创建一个组件(鱼形)。
在 ASP.NET Core 2.0 中,一个简单的
ng g component fish-form --module=app.module.shared.ts
本来可以解决问题,但是对于这个架构,因为它没有那个文件,所以它不起作用。
我也尝试过使用
创建组件ng g component fish-form
但是我收到以下错误:
Error: More than one module matches. Use skip-import option to skip importing the component into the closest module.
感谢任何帮助。
最佳答案
这解决了问题:
ng g component fish-form --module=app.module.ts
关于ASP.NET Core 中的 Angular 应用程序 6 : More than one module matches,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54251659/
我是一名优秀的程序员,十分优秀!