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 2dac2ac commit b07fc6fCopy full SHA for b07fc6f
packages/schematics/angular/application/other-files/app.module.ts.template
@@ -1,5 +1,5 @@
1
-import { BrowserModule } from '@angular/platform-browser';
2
import { NgModule } from '@angular/core';
+import { BrowserModule } from '@angular/platform-browser';
3
<% if (routing) { %>
4
import { AppRoutingModule } from './app-routing.module';<% } %>
5
import { AppComponent } from './app.component';
packages/schematics/angular/e2e/files/src/app.e2e-spec.ts.template
-import { AppPage } from './app.po';
import { browser, logging } from 'protractor';
+import { AppPage } from './app.po';
describe('workspace-project App', () => {
let page: AppPage;
0 commit comments