如果使用 ionic cli 生成组件
ionic g component foobar
然后尝试使用该选择器
<foobar></foobar>
有错误
错误:模板解析错误:'foobar' 不是已知元素:
这根本没有对代码进行任何更改。
在生成的.ts
文件中有一个建议的链接以获取更多详细信息
/**
* Generated class for the FoobarComponent component.
*
* See https://angular.io/docs/ts/latest/api/core/index/ComponentMetadata-class.html
* for more info on Angular Components.
*/
但这只是导航到 404 页面。
任何人都知道这是否是一个已知问题以及是否有解决方法?