UNPKG

@looorent/ngx-simple-modal

Version:

A simple unopinionated framework to implement simple modal based behaviour in angular (v2+) projects.

6 lines (5 loc) 470 B
export { SimpleModalModule } from './simple-modal/simple-modal.module'; export { SimpleModalComponent } from './simple-modal/simple-modal.component'; export { SimpleModalOptions, DefaultSimpleModalOptionConfig, defaultSimpleModalOptions, } from './simple-modal/simple-modal-options'; export { DraggableDirective } from './simple-modal/simple-modal-draggable.directive'; export { SimpleModalService, SimpleModalServiceConfig } from './simple-modal/simple-modal.service';