angular2-custom-modal
angular2-custom-modal copied to clipboard
openModal is called right, but Modal gets not opened
Hi,
I tried your code in my project. I got no errors, but the Modal is not getting opened.
I have
openModal(id: string){ console.log('openModal ' + module.id.toString()); this.modalService.open(id); }
and the console says, the function openModal is called. But the Modal-Dialog is not opened, why? There is no error at all :(
Okay, i figured out the problem, its neccesary that systemjs.config.js
gets loaded? I got a problem to get it loaded. FYI: My source is https://github.com/DavideViolante/Angular-Full-Stack
Maybe you can make it compatible to Angular-Full-Stack?