I am working with material angular, but I dont Find nothing similar an alerts of bootstrap, what can do?
<label [ngClass]="{'alert-danger':process.status === 1,
'alert-warning':process.status === 2,
'alert-success': process.status === 3 }"
class="list-process alert">