angular2-custom-modal icon indicating copy to clipboard operation
angular2-custom-modal copied to clipboard

openModal is called right, but Modal gets not opened

Open hevilp opened this issue 7 years ago • 1 comments

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 :(

hevilp avatar Jan 28 '18 18:01 hevilp

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?

hevilp avatar Jan 28 '18 19:01 hevilp