We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Expected behavior: When compiling a class with aot in prod there should be no error
Current behavior: It cannot compile because we get a "Only initialized variables and constants can be referenced in decorators"
The text was updated successfully, but these errors were encountered:
It looks like moving to Angular 9 fixes the bug angular/angular#14323 (comment) I tried it and it works in my simple example.
Sorry for the issue
Sorry, something went wrong.
No branches or pull requests
Description
Expected behavior:
When compiling a class with aot in prod there should be no error
Current behavior:
It cannot compile because we get a "Only initialized variables and constants can be referenced in decorators"
Steps to reproduce
The text was updated successfully, but these errors were encountered: