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)
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)