shlomiassaf / ngx-modialog

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

http://localhost:5555/node_modules/angular2-modal/plugins/bootstrap.js Failed to load resource: the server responded with a status of 404 #231

Closed tonychangcheng closed 8 years ago

tonychangcheng commented 8 years ago

Hi,

I just upgraded the latest Angular2-seed project and Angular2-modal. And I got the below error when starting the server. Anyone has the same issue? "http://localhost:5555/node_modules/angular2-modal/plugins/bootstrap.js Failed to load resource: the server responded with a status of 404 "

Regards Cheng

markfranco commented 8 years ago

I also have the same issue

tonychangcheng commented 8 years ago

I just fixed the issue by adding below to the /tools/config/seed.config.ts

 'angular2-modal': 'node_modules/angular2-modal/bundles/angular2-modal.umd.js',
 'angular2-modal/plugins/bootstrap': 'node_modules/angular2-modal/bundles/angular2-modal.bootstrap.umd.js',