ng build --prod
AOT compilation errors with fullTemplateTypeCheck: true
#127
Labels
ng build --prod
AOT compilation errors with fullTemplateTypeCheck: true
#127
Angular 5.2 introduces a new AoT compiler
fullTemplateTypeCheck
option to perform a more thorough type check on templates. It is expected that this option will default to true in a future version: https://blog.angular.io/angular-5-2-now-available-312d1099bd81Running
ng build --prod
withtsconfig.app.json
updated with the template checks:produces the following errors:
The text was updated successfully, but these errors were encountered: