1.0.0 • Published 5 years ago

ludan-modal v1.0.0

Weekly downloads
12
License
-
Repository
-
Last release
5 years ago

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>