source: trip-planner-front/src/app/location/location.component.html@ 6a80231

Last change on this file since 6a80231 was fa375fe, checked in by Ema <ema_spirova@…>, 3 years ago

adding new components

  • Property mode set to 100644
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.