В
Size: a a a
В
S
RH
АГ
В
TP
TP
AT
ЕУ
ЕУ
S
TP
TP
TP
<button mat-button (click)="openDialog()">Open dialog</button>
<app-dialog>
<app-table [dataSource]="dataSource" [displayedColumn]="displayedColumn"></app-table>
</app-dialog>
<div mat-dialog-content>
<ng-content></ng-content>
</div>
<button mat-stroked-button mat-close-dialog>Close Modal</button>
TP
vs
S
<button mat-button (click)="openDialog()">Open dialog</button>
<app-dialog>
<app-table [dataSource]="dataSource" [displayedColumn]="displayedColumn"></app-table>
</app-dialog>
<div mat-dialog-content>
<ng-content></ng-content>
</div>
<button mat-stroked-button mat-close-dialog>Close Modal</button>
TP
TP
S