You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Angular8 defineInjectable was renamed to ɵɵdefineInjectable and defineInjectable was deprecated. This makes pre-8 libraries compatible with v8, however v8 compiled libraries will not be compatible with pre-8 consumers.
So, We should compile with Angular 7 and release it as compatible version for Angular 6 and 7.
Angular 8 compiled library will be compatible with Angular 8 + projects
The issue is because of a breaking change from @angular/core in version 8. If you ever upgrade your project to Angular 8+, use [email protected] instead
Describe the bug
After following the install guide of XngBreadcrumb for an Angular 7 project getting error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No error should be thrown.
Screenshots
The text was updated successfully, but these errors were encountered: