-
-
Notifications
You must be signed in to change notification settings - Fork 277
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
Angular 8 AOT #337
Comments
Having the same problem on my project. Any solution for this? |
yes, looks like it doesn't work with Angular 8. And as always Angular errors are very helpful... |
Yeah ofc, forgot about it. Is just give the errors when
|
use |
@Olena-Stotska Yes, actually I have a different project with Angular 9 and is working perfectly. Just broke in Angular 8. Thanks for the anwer |
@Olena-Stotska is |
This is what we need to investigate :) Update: @casl/angular uses only 1 method - |
Yeah, it works now. Thank you |
fixed in |
angular example app works fine, so close this. Thanks for the issue! |
Works as expected in dev builds.
As soon as AOT is enabled, errors come up.
Module not found: Error: Can't resolve '@casl/ability/dist/types/Ability'
Is CASL not compatible with Angular 8?
The text was updated successfully, but these errors were encountered: