Skip to content

Instantly share code, notes, and snippets.

View phosph's full-sized avatar

Jesus Figueredo phosph

View GitHub Profile
<ng-template>
<mat-form-field appearance="outline" class="full-width">
<mat-label>{{
'settings.$tabs.groups.group-settings.$tabs.general.add-role.$dialog.case-type-input-label'
| translate
}}</mat-label>
<mat-select multiple [formControl]="roles" class="role-section">
<mat-select-trigger>
<ng-container *ngFor="let role of values">
<span class="role-name">{{ role.name }}</span>