docs: refactor ngmodules example (#25072)

PR Close #25072
This commit is contained in:
Daniel 2018-07-24 16:39:23 +02:00 committed by Victor Berchet
parent a38127fb47
commit 40cdab2225

View File

@ -1,7 +1,5 @@
import { BrowserModule } from '@angular/platform-browser'; import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core'; import { NgModule } from '@angular/core';
import { FormsModule } from '@angular/forms';
import { HttpModule } from '@angular/http';
/* App Root */ /* App Root */
import { AppComponent } from './app.component'; import { AppComponent } from './app.component';