Open anshulkayastha opened 6 years ago
It happen because of its own copy of angular-core
module inside I guess 🤔
Same issue. Understand why it happens - need to know the fix.
Same issue
delete the node_modules folder inside the 'node_modules/angular-io-overlay'. Its a temporary hack but everything seems to be working after that.
Thanks @Antony007. Moved on to PrimeNG for the datepicker as I didn't have time to work this out. May revisit it later when I have more time. Thanks for the work-around.
My app in on Angular 5. Here is how the package.json looks like
Everything is fine so far.
Then I installed angular-io-datepicker in my app
npm install angular-io-datepicker --save
Now, when I do a ng serve (after including the OverlayModule and DatePickerModule in app.module.ts ), it gives me the below errorAny suggestions on what could be wrong and how to fix it? I was earlier using this module successfully with Angular 4. Then I upgraded to Angular 5 and it broke. Now even if I rollback to angular 4, this module still gives me the same problem.