VR1256
VR1256

Reputation: 1450

No component factory found for Component for angular2-modal

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:

image

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

Answers (1)

Kevin Aud
Kevin Aud

Reputation: 398

add this to your app module

entryComponents: [ AdditionCalculateWindow ]

Upvotes: 1

Related Questions