-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
AOT Production Build: Failed #43
Comments
Angular version? |
Angular CLI: 1.6.3 |
Please update the library: |
|
{ |
I created a new Angular Project with CLI 1.7.3 that gives me this package.json |
angular/angular-cli#3854 (comment) this one helped. |
Awesome! 🎉 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
ERROR in @zxing\ngx-scanner\zxing-ngx-scanner.ts(9,2): Error during template compile of 'NgxZxingModule' Function calls are not supported in decorators but 'ɵmakeDecorator' was called in 'NgModule' 'NgModule' calls 'ɵmakeDecorator'
Package.json:
"@zxing/ngx-scanner": "^1.0.0-dev.a5265f"
Getting above error, while we build project in production mode (aot=true)
The text was updated successfully, but these errors were encountered: