Angular 2 Modal
UI agnostic, Plugin oriented, easy to use.

modal.alert()
.message('Angular 2 Modal')
.open();

* This window ia a ad-hoc plugin built within the demo application.
It is a simple OSX style modal plugin that display's a title and a TemplateRef provided to it.
Check it out in the demo application. (home component)
Built with:
ngx-modialog @ 5.0.0 / angular @ 6.0.0
A generic, customizable and fluent modal/dialog window implementation for Angular 2. UI platform/framework agnostic, plugins are used to describe a UI implementation (e.g: Bootstrap) This means virtually any modal implementation out there can be ported into the library. Comes with some built in UI platforms, external UI platform can be added in the future or externally used using NPM modules.