Skip to content

Commit

Permalink
Update formly-array.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
polterguy committed Dec 30, 2023
1 parent bf0e780 commit f4e5c49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { CreateArrayDialogComponent } from './components/create-array-dialog/cre
*ngFor="let item of items"
(removed)="removeArgument(item)"
[removable]="true">
{{item}}
[{{item}}]
<mat-icon matChipRemove>cancel</mat-icon>
</mat-chip>
<mat-chip (click)="addItem()">
Expand Down

0 comments on commit f4e5c49

Please sign in to comment.