0" class="flight-result-container">
40 |
41 |
42 | Flight code: {{flight.flightCode}}
43 | From: {{flight.originAirportName}}, {{flight.originCityName}}
44 | Departure: {{flight.departureTime}}
45 |
46 |
47 | To: {{flight.destinationAirportName}}, {{flight.destinationCityName}}
48 | Arrival: {{flight.arrivalTime}}
49 |
50 |
51 | Price: {{flight.price}}
52 |
53 |
54 |
55 | We're sorry, but there aren't any return flights for the selected combination
56 |
57 |
58 |
59 | Check these alternative flights from/to other airports in the selected cities:
60 |
61 |
62 |
63 |
64 |
65 |
66 | 0" class="flight-result-container">
67 |
68 |
69 | Flight code: {{flight.flightCode}}
70 | From: {{flight.originAirportName}}, {{flight.originCityName}}
71 | Departure: {{flight.departureTime}}
72 |
73 |
74 | To: {{flight.destinationAirportName}}, {{flight.destinationCityName}}
75 | Arrival: {{flight.arrivalTime}}
76 |
77 |
78 | Price: {{flight.price}}
79 |
80 |
81 |
82 |
--------------------------------------------------------------------------------
/LinkitAir/ClientApp/src/app/app.component.css:
--------------------------------------------------------------------------------
1 | @media (max-width: 767px) {
2 | /* On small screens, the nav menu spans the full width of the screen. Leave a space for it. */
3 | .body-content {
4 | padding-top: 50px;
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/LinkitAir/ClientApp/src/app/app.component.html:
--------------------------------------------------------------------------------
1 |