February 2019
Intermediate to advanced
446 pages
10h 55m
English
Now, we'll add routes to the routing module (check the routes array):
import { NgModule } from '@angular/core';import { Routes, RouterModule } from '@angular/router';import { AuthGuard } from './auth.guard';import { RestaurantsComponent } from './restaurants/restaurants.component';import { RestaurantComponent } from './restaurant/restaurant.component'; ...Read now
Unlock full access