Skip to content

Instantly share code, notes, and snippets.

@thisiszoaib
Created January 5, 2021 05:17
Show Gist options
  • Save thisiszoaib/881d6fc9ec051486d4a222d6d136d099 to your computer and use it in GitHub Desktop.
Save thisiszoaib/881d6fc9ec051486d4a222d6d136d099 to your computer and use it in GitHub Desktop.
Chips 10
<div class="content">
<app-chips-multi-select [options]="options" [formControl]="chipsControl">
</app-chips-multi-select>
<mat-divider></mat-divider>
<h3>Value: {{chipsControlValue$ | async}}</h3>
<mat-divider></mat-divider>
<mat-checkbox [formControl]="disabledControl">Disabled</mat-checkbox>
<mat-divider></mat-divider>
<button mat-raised-button (click)="setChipsValue()">Patch Value</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment