- Timestamp:
- 11/02/21 22:14:57 (3 years ago)
- Branches:
- master
- Children:
- 6c1585f
- Parents:
- 188ee53
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/src/app/locations-form/locations-form.component.html
r188ee53 r6a80231 67 67 68 68 <h5>What are your priorities to visit?</h5> 69 <mat-chip-list selectable multiple >69 <mat-chip-list selectable multiple > 70 70 <mat-chip #c="matChip" selected *ngFor="let category of categories" 71 (click)="toggleSelection(c, category)" >71 (click)="toggleSelection(c, category)" [ngClass]="{'yellow' : toggle}"> 72 72 <mat-icon *ngIf="!c.selected" >check</mat-icon> 73 73 {{category.name}}
Note:
See TracChangeset
for help on using the changeset viewer.