Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rakia/9a86536d94dcc78941452bfff5ba7a6a to your computer and use it in GitHub Desktop.
Save rakia/9a86536d94dcc78941452bfff5ba7a6a to your computer and use it in GitHub Desktop.
Angular: Logic to show real-time feedback to users when they type a name that already exists in the system
<app-ecs-fieldset
[entity]="ecsFieldset"
[fields]="(ecsFields$ | async) || []"
[nameAlreadyExists]="nameAlreadyExists$ | async"
(checkIfNameExists)="checkIfNameExists($event)"
(cancelEdit)="onCancelEdit()"
>
</app-ecs-fieldset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment