-
Notifications
You must be signed in to change notification settings - Fork 377
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 produces errors when Typescript's strictNullChecks are enabled #102
Comments
Hi @BobAvatar , |
Hi @BobAvatar , I don't know if I can fix this easily and keep the options interfaces easily. Thanks |
Haven't checked where the actual problem originates, but if it is in one of your interfaces like
you could check, if Otherwise, great library! |
Hi @BobAvatar , Will try to find a way to fix the issue this week. Thanks, |
Hi @BobAvatar ,
I am still investigating how to make the library compatible. Thanks |
Hi @BobAvatar , Let me know if it works for you. Thanks |
Hi, works perfectly! PS: Did |
Hi @BobAvatar , Good to know that it works 👍 Thanks |
When setting
strictNullChecks
totrue
intsconfig.app.json
of an angular-cli-generated project and trying to runng build -prod
, then the following errors are produced:The alternative
ng build
runs just fine. From the errors it looks like it has something to do with AOT-compilation.The text was updated successfully, but these errors were encountered: