All files / app/pages/list-page list-page.component.html

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

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 521x 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  
<grt-header-element
	[showReqCall]="false"
	[showTrips]="true"
	[indexPage]="false"
	[showCustReview]="true"
	[showContactUs]="true"
></grt-header-element>
<div class="list">
	<div class="inner is-smaller margin100">
		<h1 class="center">Ciao!</h1>
		<h6 class="center">Here You will find all the pages</h6>
		<ul>
			<li><a [href]="['/login']" class="green">Log in</a></li>
			<li>
				<a [href]="['/trip/sign-up']" class="green">Register</a>
			</li>
			<li><a class="green">Home page</a></li>
			<li>
				<a [href]="['/trip/accomodation']" class="green">Accommodation</a>
			</li>
			<li><a [href]="['/ready']" class="green">Get Ready</a></li>
			<li>
				<a [href]="['/trip/interests']" class="green">Interests</a>
			</li>
			<li><a [href]="['/trip-planner']" class="green">Detail</a></li>
			<li>
				<a [href]="['/trip-planner']" class="green">Selection</a>
			</li>
			<li>
				<a [href]="['/nearby']" class="green">Near by places</a>
			</li>
			<li>
				<a [href]="['/terms-of-use']" class="green">Terms and conditions</a>
			</li>
			<li>
				<a [href]="['/privacy']" class="green">Privacy policy</a>
			</li>
			<li><a [href]="['/contact-us']" class="green">Contact</a></li>
			<li><a [href]="['/not-found']" class="green">404</a></li>
			<li><a [href]="['/references']" class="green">Review</a></li>
			<li><a [href]="['/help']" class="green">FAQ</a></li>
			<li>
				<a [href]="['/forgot-password']" class="green">Forgot Password</a>
			</li>
			<li>
				<a [href]="['/new-password']" class="green">New Password</a>
			</li>
		</ul>
	</div>
</div>
<grt-footer-element></grt-footer-element>