Angular 2.0 and Modal Dialog

Angular 2 and up Bootstrap css (animation is preserved) NO JQuery NO bootstrap.js Supports custom modal content (just like accepted answer) Recently added support for multiple modals on top of each other. ` @Component({ selector: ‘app-component’, template: ` <button type=”button” (click)=”modal.show()”>test</button> <app-modal #modal> <div class=”app-modal-header”> header </div> <div class=”app-modal-body”> Whatever content you like, form fields, … Read more