I\'m trying to set up a Bootstrap tab strip with Angular 2. I have the tabs rendering in an ngFor but I\'m getting template errors when I try to put the
ngFor
Well you can bind it with string interpolation:
href = "#{{aType.Name}}"
(Note that the attribute used here is href, not [attr.href].)
href
[attr.href]