-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ng build --prod
AOT compilation errors with fullTemplateTypeCheck: true
#127
Comments
@xxxTonixxx — I made a brief attempt to diagnose & resolve this issue to offer a PR, but can't get the |
@KeithGillette how did you solve this proplem? Seems this project is dead.... |
I have no solution to this problem, as I have been waiting for the new build process promised by @xxxTonixxx before I return to attempting to implement a fix. Unfortunately, I agree that the project does seem moribund, @rovico, as I have not heard from the maintainers since September 2018. |
…eed to change build process to update npm package
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: