Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

cedvdb/ng2dialog

Repository files navigation

simple dialog

#Installation

npm install ng2dialog

and import it

import { Ng2DialogComponent } from 'ng2dialog/ng2-dialog.component';


@NgModule({
  declarations: [ Ng2DialogComponent
  ]

#Usage

  <button (click)="dlg.open = true">open dialog</button>

  <ng2-dialog #dlg >
    <div>This is the content of my dialog dialog</div>
  </ng2-dialog>

About

quick package to display a dialog easily

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published