They're a little more explicit & readable as well.
[class]="{ 'true': 'active', 'false': 'inactive', 'true&false': 'some-other-class' }[ trinaryBoolean ]"
Just another way of accomplishing the same thing, in case you don't like the ternary syntax or ngIf
s (etc).