source: bus-n-go-pavel-216049/bus-n-go-frontend/src/app/components/route-instances/route-instance/route-instance.component.html@ dedbf60

Last change on this file since dedbf60 was baf4cc4, checked in by ppaunovski <paunovskipavel@…>, 4 weeks ago

split group project and individual project into two separate folders

  • Property mode set to 100644
File size: 313 bytes
Line 
1<div class="flex justify-center items-center w-full h-full">
2
3 {{this.routeInstance?.id}}
4 {{routeInstance?.driver?.email}}
5 <div>
6 {{routeInstance?.end}}
7 </div>
8 <div>
9 <button [disabled]="routeInstance?.end" mat-flat-button (click)="endInstance()">
10 End instance
11 </button>
12 </div>
13
14</div>
Note: See TracBrowser for help on using the repository browser.