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

Angular 2/5 Custom Modal

Results 2 angular2-custom-modal issues
Sort by recently updated
recently updated
newest added

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); }`...

Hi, Jason, I was trying to use your component and it worked pretty well on a simple website (without Java, C#, ASP.NET or whatever another web technology). But, When I...