1
Answer

How the below code works

Ramco Ramco

Ramco Ramco

Jul 09
271
1

Hi

  How the below code workd

openDialog($event:Event){
    this.openModal.emit($event);

  }
<div class="m-l-10" matTooltip="ADD">
                  <button mat-mini-fab color="primary" (click)="openDialog($event)">
                    <mat-icon class="col-white">add</mat-icon>
                  </button>
                </div>

Thanks

Answers (1)