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
Why don't you use routerLink instead of href? I think, this will work
routerLink
href
Name