Skip to content

Instantly share code, notes, and snippets.

<mat-form-field class="evv-full-width">
<mat-placeholder>{{placeholder}}</mat-placeholder>
<mat-chip-list
#chipList
[disabled]="itemsCtrl.disabled"
[required]="required">
<mat-chip
*ngFor="let selectedItem of selectedItems; let index = index"
color="primary"
@nettakogo87
nettakogo87 / chips-autocomplete.component.html
Created August 16, 2019 14:51
Angular material control
<mat-chip-list
#chipList
[disabled]="itemsCtrl.disabled"
[required]="required"
>
<mat-chip
*ngFor="let selectedItem of selectedItems; let index = index"
color="primary"
selected="false"
@nettakogo87
nettakogo87 / readme.md
Last active August 10, 2019 15:57
All links on used stuff for "Angular + NativeScript = LOVE"