for those who have problems getting this example to work in angular2, you may need to add a :: ng-deep selector to css for drawing
<md-grid-tile class="video-title"> {{ video.title }} </md-grid-tile>
css
.video-title > ::ng-deep figure { justify-content: flex-start !important; }
* updated / deep / to :: ng-deep because / deep / is deprecated
source share