All files / app/elements/error-element error-element.component.html

100% Statements 94/94
100% Branches 2/2
100% Functions 1/1
100% Lines 94/94

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 951x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x  
<div class="errorpg">
	<div class="inner is-smaller margin100" style="position: relative">
		<iframe src="https://lottie.host/?file=b309b133-76c6-4835-a069-ce1bdd0f9485/WuGTmpNA8y.json" height="300px" width="300px" class="image"></iframe>
		<h2 style="font-size: 20px; line-height: 28px; font-weight: 600" class="center">
			It look like the page got lost. It clearly didn't have a Go Real Travel itinerary to follow!
		</h2>
		<div class="errorpg-links">
			<a
				class="d-flex align-items-center justify-content-center link"
				(mouseenter)="setHover(0, true)"
				(mouseleave)="setHover(0, false)"
				[routerLink]="['/']"
			>
				@if (hover[0]) {
					<img
						loading="lazy"
						alt="icon"
						src="/assets/images/Chevron_Right_Green.svg"
						class="me-2 mb-1"
						width="6.67px"
						height="12px"
					/>
				}
				@if (!hover[0]) {
					<img
						loading="lazy"
						src="/assets/images/Chevron_Right.svg"
						alt="Back Icon"
						class="me-2 mb-1"
						width="6.67px"
						height="12px"
					/>
				}
				Go To Homepage</a
			>
			<a
				class="d-flex align-items-center justify-content-center link"
				(mouseenter)="setHover(1, true)"
				(mouseleave)="setHover(1, false)"
				[routerLink]="['/trip-planner']"
			>
				@if (hover[1]) {
					<img
						loading="lazy"
						alt="icon"
						src="/assets/images/Chevron_Right_Green.svg"
						class="me-2 mb-1"
						width="6.67px"
						height="12px"
					/>
				}
				@if (!hover[1]) {
					<img
						loading="lazy"
						src="/assets/images/Chevron_Right.svg"
						alt="Back Icon"
						class="me-2 mb-1"
						width="6.67px"
						height="12px"
					/>
				}
				Plan A Customised Trip Plan</a
			>
			<a
				class="d-flex align-items-center justify-content-center link"
				(mouseenter)="setHover(2, true)"
				(mouseleave)="setHover(2, false)"
				[routerLink]="['/login']"
			>
				@if (hover[2]) {
					<img
						loading="lazy"
						src="/assets/images/Chevron_Right_Green.svg"
						class="me-2 mb-1"
						width="6.67px"
						height="12px"
						alt="Back Icon"
					/>
				}
				@if (!hover[2]) {
					<img
						loading="lazy"
						src="/assets/images/Chevron_Right.svg"
						class="me-2 mb-1"
						width="6.67px"
						height="12px"
						alt="Back Icon"
					/>
				}
				Login To My Account</a
			>
		</div>
	</div>
</div>