Wired up the details button on the request grid for movies

This commit is contained in:
Jamie Rees 2019-03-18 12:32:03 +00:00
commit 40c9c82eaf

View file

@ -56,7 +56,7 @@
<ng-container matColumnDef="actions">
<th mat-header-cell *matHeaderCellDef> </th>
<td mat-cell *matCellDef="let element">
<button mat-raised-button color="primary" [routerLink]="">Details</button>
<button mat-raised-button color="primary" [routerLink]="'/details/movie/' + element.theMovieDbId">Details</button>
</td>
</ng-container>