shlomiassaf / ngx-modialog

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

AOT error #377

Closed AlexSpirin1990 closed 7 years ago

AlexSpirin1990 commented 7 years ago

I have aot error: /node_modules/angular2-modal/plugins/bootstrap/src/angular2-modal-bootstrap.ng-flat.ngfactory.ts:17:35: Namespace '''' has no exported member 'BootstrapModalModule'. /node_modules/angular2-modal/plugins/bootstrap/src/angular2-modal-bootstrap.ng-flat.ngfactory.ts:20:21: Namespace '''' has no exported member 'Modal'. /angular2-modal/plugins/bootstrap/src/angular2-modal-bootstrap.ng-flat.ngfactory.ts:293:20: Namespace ''*'' has no exported member 'BSMessageModalTitle'. .... How can I fix it ?

shlomiassaf commented 7 years ago

I can't help here.

Please reopen a new issue with information about the version of the library, angular version and other information you might think will help understanding the problem.

animator013 commented 6 years ago

I had also this issue. Upgrading to angular 4.2.6 solved it for me.