source:
trip-planner-front/src/app/location/location.component.html@
eed0bf8
Last change on this file since eed0bf8 was fa375fe, checked in by , 3 years ago | |
---|---|
|
|
File size: 156 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 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.