<mat-expansion-panel*ngFor="let msection of mes_list"class="alert alert-warning"role="alert">
<mat-expansion-panelclass="note note-light"*ngFor="let msection of mes_list"[ngStyle]="{'border-left-color':(msection.type.includes('Opaque')||msection.type.includes('Noisy'))?'#ffc107':'#dc3545'}">
<mat-label*ngIf="flowControl.value !=null">Flow or Function : {{this.flowControl.value.split(':')[0]}}:{{this.flowControl.value.split(':')[1]}}</mat-label>