ludan-modal
v1.0.0
Published
Live example: [https://ludan-modal.firebaseapp.com/](https://ludan-modal.firebaseapp.com/)
Downloads
4
Readme
Ludan Modal
Live example: https://ludan-modal.firebaseapp.com/
Development server
Run ng serve
for a dev server. Navigate to http://localhost:4200/
.
Tests
Run ng test
Usage
Check out app.component.ts
<button (click)="openModal()">Open a modal</button>
<ludan-modal [modalId]="'exampleModal'"> hello </ludan-modal>