Is it possible to conditionally set a custom class for an Angular 2 Bootstrap tab? I've tried setting it with a static value but would like to do so based on a condition.
If you want to learn more about tabs in Angular 2 Bootstrap, check out:
Here's an example of how it currently works:
<tab index="1" customClass="myCustomClass">
However, this is what I want to achieve, but it's not working:
<tab index="1" customClass="myCustomClass: myConditionIsTrue">