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
When using library in a Angular6 project the compilation fails on the following error: ERROR in node_modules/@angular/core/src/render3/ng_dev_mode.d.ts(9,11): error TS2451: Cannot redeclare block-scoped variable 'ngDevMode'.
Root cause:
The Angular npm packages are read twice.
First the projects Angular 6 packages
Second angular-inline-editor's dependency (5.2.11)
Please release a new version which supports Angular6