-
-
Notifications
You must be signed in to change notification settings - Fork 138
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
export 'ɵɵdefineInjectable' was not found in '@angular/core' #158
Comments
Same on |
Same error here. |
Same here with Angular 7. Just stopped working after the latest updates for Angular 8. I tried switching to previous versions but this seems to have affected them as well. |
Same here with Angulart 7. Rollback to version 3.0.3 and seems to work fine |
i rolled back to 2.9 and made relevant change in app.module and it is working now. Would be good to get a fix in the next version so can ensure on the latest. thanks. |
Is there a work around that doesn't involve rolling back the version of angular ? |
@BryanFrancotte You don't have to downgrade angular. Just downgrade |
@LintYourLife okay thank you for the work around ;) |
Your app doesn't work with that warning? Because this issue relates to angular angular/angular#30413 |
I have the same issue running on Angular 7.2.13. Tried rolling back to 3.2.2 and 3.0.3 but still didnt solve the problem |
This is caused, because library were built with angular 8. I guess, I will downgrade it to 7 and rebuild package. This should fix that warning |
Update: I was able to work around it with @angular-devkit/build-angular version 0.6.5. For me it was only happening for --prod build with Angular 7. It's fine after downgrading the devkit |
Guys, I've recompiled lib with v7 and warning is gone. So v3.3.1 is fixed version for you. The next one v4.0.0 is for angular 8 |
ThxU! |
Had no issues with time picker on our angular 6 appliction until this week. Now are seeing build issues
WARNING in ./node_modules/ngx-material-timepicker/fesm5/ngx-material-timepicker.js 231:51-69
"export 'ɵɵdefineInjectable' was not found in '@angular/core'
also saw errors related to Angular 7 being a pre-requisite for this plugin.
Is angular 6 no longer supported?
The text was updated successfully, but these errors were encountered: