July 2018
Intermediate to advanced
420 pages
8h 46m
English
Let's create the bike-list component:
import { NgbDropdown } from '@ng-bootstrap/ng-bootstrap/dropdown/dropdown.module';
// App imports
import { Bike } from '../bike';
import { BikesService } from '../_services/bikes.service';
// Using Bike Model class bikes: Bike[]; isLoading: Boolean = false; public searchText: string;
constructor(
private bikeService: BikesService) {}
Read now
Unlock full access