relation-ship-list.component.html edited online with Bitbucket

This commit is contained in:
saravana kumar kandasami 2018-10-10 11:52:30 +00:00
parent f93d385ff3
commit 522bbaa30d

View File

@ -112,7 +112,7 @@
</ng-container>
<ng-container matColumnDef="name">
<mat-header-cell *matHeaderCellDef mat-sort-header> Relation Ship Name </mat-header-cell>
<mat-header-cell *matHeaderCellDef mat-sort-header> Relationship Name </mat-header-cell>
<mat-cell *matCellDef="let row"> {{row.name}} </mat-cell>
</ng-container>