I am trying to figure out if its possible to register links in the Table component of angular2-mdl.
Idea is that one column will contain the anchor to the component user needs to go to.
Normally this would be easy on html as you use [routerLink]="" on anchor or button, but is it possible to generate this in the TS file and pass it to the table element?