0.0.3 • Published 6 years ago

iwe7-ng-dialog v0.0.3

Weekly downloads
9
License
-
Repository
-
Last release
6 years ago
<button (click)="dialog.show(body)">show templateRef dialog</button>

<ng-template #body>
  <button (click)="showComp()">show component dialog</button>
</ng-template>
import { DialogService } from 'ng-dialog';
constructor(private dialog: DialogService) {}
showComp() {
  this.dialog.show(TestDialogComponent);
}
0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago