February 2019
Intermediate to advanced
446 pages
10h 55m
English
As you can see, breadcrumb uses the / route that shows the restaurants list, which is defined using the routerLink Angular directive. The reservation form that was designed in this template calls the book() function, which was defined in the restaurant component script file using the attribute (click) on the form.
It also uses the Angular Bootstrap datepicker and timepicker components to capture the date and time of the reservation.
Restaurant details are displayed by using the restaurant$ object that's defined in the RestaurantComponent class:
<div class="row"> <div class="col-md-12"> <nav aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a ...
Read now
Unlock full access