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 777bd412b2
commit c205516f0d
1 changed files with 0 additions and 2 deletions

View File

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