August 2017
Beginner to intermediate
370 pages
8h 37m
English
It is recommended to keep the top-level root module, routing module, and the root/shell component as lean as possible. This, essentially, means some of the following:
import { NgModule } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; import { FormsModule } from '@angular/forms'; import { HttpModule, JsonpModule } from '@angular/http'; import { AppComponent } from './app.component'; import { AppRoutingModule } from './app-routing.module'; import { HomeComponent } ...
Read now
Unlock full access