我一直有这个问题,只要我设置
{ mode: 'production' }
在我webpack.config.js
已声明使用的 Angular 模板中
@Component({ templateUrl: 'path/to/template.html' })
无法再编译。
产生的错误都与模板中使用的指令有关,例如
src/path/to/template.html:1:123 - error NG8002: Can't bind to 'routerlink' since it isn't a known property of 'a'