If you are working on angular 8+ the following should work.
[ngClass]="{'css-class' : condition1 === true || condition2 === true }">
If you are working on angular 8+ the following should work.
[ngClass]="{'css-class' : condition1 === true || condition2 === true }">