We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911c5ca commit 4580088Copy full SHA for 4580088
packages/@angular/cli/blueprints/ng/files/__path__/app/app.module.ts
@@ -1,7 +1,5 @@
1
import { BrowserModule } from '@angular/platform-browser';
2
import { NgModule } from '@angular/core';
3
-import { FormsModule } from '@angular/forms';
4
-import { HttpModule } from '@angular/http';
5
<% if (routing) { %>
6
import { AppRoutingModule } from './app-routing.module';<% } %>
7
import { AppComponent } from './app.component';
@@ -11,9 +9,7 @@ import { AppComponent } from './app.component';
11
9
AppComponent
12
10
],
13
imports: [
14
- BrowserModule,
15
- FormsModule,
16
- HttpModule<% if (routing) { %>,
+ BrowserModule<% if (routing) { %>,
17
AppRoutingModule<% } %>
18
19
providers: [],
0 commit comments