0.0.3 • Published 7 years ago

iwe7-ng-dialog v0.0.3

Weekly downloads
9
License
-
Repository
-
Last release
7 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

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago