shlomiassaf / ngx-modialog

Modal / Dialog for Angular
http://shlomiassaf.github.io/ngx-modialog
MIT License
686 stars 242 forks source link

Angular2-modal "2.0.0-beta.13" to "2.0.2" migration issue #279

Open ssashok10 opened 7 years ago

ssashok10 commented 7 years ago

I am using Angular2-modal 2.0.0-beta.13 for custom dialog windows and it works fine. I am using Angular 2.3.1 for my project. I am trying to migrate Angular2-modal 2.0.0-beta.13. The moment when i upgrade to 2.0.2 on my package.json and install the component, i am getting the below error,

Severity    Code    Description Project File    Line    Suppression State
Error   TS2306  File 'I:/git/SampleApp/node_modules/angular2-modal/index.d.ts' is not a module. TypeScript Virtual Projects I:\git\SampleApp\app\components\search.component.ts 15  Active

Is there any Plunker sample project with the latest version 2.0.2 and WebPack? I am stuck with this issue for a month now. Any help would be really appreciated. Thanks.