-
Notifications
You must be signed in to change notification settings - Fork 47
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 Compiling Error - Function calls are not supported in decorators but 'MetaModule' was called #208
Comments
I have the same issue |
Same issue on Angular CLI 9.1.8 |
Same here with Angular CLI 9.1.10 |
bhuber2010
added a commit
to bhuber2010/ngx-meta
that referenced
this issue
Jul 9, 2020
I have the same issue too |
if you use Angular version less then 9 try to install version of package less then 8 ,for my app with v8.2 version 8.0.2 compiled! |
I'm seeing the same error again with Angular 11. enableIvy: false
aot: true Error during build:
Enabling ivy allows it to compile though |
see #216 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm submitting a ... (check one with "x")
Current behavior
When trying to compile my Angular 9 app with AOT, I'm getting the following error:
When I remove this package from the modules, it is able to compile properly.
Expected/desired behavior
Able to compile with @ngx-meta/core with AOT
Environment
The text was updated successfully, but these errors were encountered: