-
-
Notifications
You must be signed in to change notification settings - Fork 198
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 13 clean fix #249
base: master
Are you sure you want to change the base?
Angular 13 clean fix #249
Conversation
Works for me. Is this repo still maintained? ping @biesbjerg |
The removal of |
For those that do want to implement it in some way easily, already use: https://www.npmjs.com/package/@misternick/ngx-translate-extract Not a promise for LTS though, so keep your eyes peeled on this repo for now. |
just tested and it works |
Great job, guys! Some more info and updates in my pullrequest |
Fixes incompatibility with ng13.
This is a breaking update for all lower versions of angular because of the removal of the MethodCall class from @angular/compiler.
This pr also adds GitHub workflow testing.
Based on @bartholomej and @tiberiuzuld branches