source:
trip-planner-front/src/app/location/location.component.html@
fa375fe
Last change on this file since fa375fe was fa375fe, checked in by , 3 years ago | |
---|---|
|
|
File size: 156 bytes |
Line | |
---|---|
1 | <div *ngFor="let category of categories"> |
2 | {{category.name}} |
3 | </div> |
4 | |
5 | <hr> |
6 | |
7 | <div *ngFor="let companion of companions"> |
8 | {{companion.type}} |
9 | </div> |
Note:
See TracBrowser
for help on using the repository browser.