I am trying to integrate a modal up to my page based on implementation provided here in this post How to pass data to bootstrap modal dialog in Angular2 and working plunker solution was provided here http://plnkr.co/edit/8wBnEHOS5zNGXNhg9Tzy?p=preview
I have created a new plunkr in AngularJs (As Angular2) option was not there. But, when adding the AppComponent/ModalComponent to my app.ts file, i was seeing an error
description"XHR error (404 Not Found) loading http://run.plnkr.co/qf9bnaF8YtMFzfz9/app/app.component"
Here is my plunker code link - http://plnkr.co/edit/pRTaxiaU2S9dtiLYPEtl . Can someone help me whats going wrong here? Thank you !!!