-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Support Angular 10 and above #127
Comments
We're on Angular 11 and getting JS error with "aot": true and "optimization": true, "buildOptimizer": true
Any chances for Angular 11 with buildOptimizer enabled ? |
Sticking to the root of this ask... when will Angular 11 support be consider/added? |
Anyone wants to try and solve this and open a PR? |
Added support for Angular v11. Closes #127
It's not helping, same thing happens after building app with buildOptimizer: true in angular.json as before. |
Current version of this package supports only v9:
mobx-angular/projects/mobx-angular/package.json
Lines 6 to 7 in 6bf39d7
It would be great to also support Angular 10 and above.
The text was updated successfully, but these errors were encountered: