Skip to content

Instantly share code, notes, and snippets.

@JenHsuan
Last active June 22, 2024 01:05
Show Gist options
  • Save JenHsuan/94502e0a3227b1043eefb9c3a47869aa to your computer and use it in GitHub Desktop.
Save JenHsuan/94502e0a3227b1043eefb9c3a47869aa to your computer and use it in GitHub Desktop.
<ng-select
[items]="options"
[(ngModel)]="selection"
bindLabel="name"
(close)="finalizeSelection()"
...
>
</ng-select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment