Reputation: 1450
I am trying to Implement Angular2-modal with angular version 2.0.1 version. The moment I change the angular version to latest which is 2.0.1 i getting below error:
Below is the plunker:
"https://plnkr.co/edit/ZeRajGkGwyvKRIZkG4XQ?p=preview"
Seems like its an issue with angular2-modal, can anyone fix this ?
Upvotes: 0
Views: 609
Reputation: 398
add this to your app module
entryComponents: [ AdditionCalculateWindow ]
Upvotes: 1