Skip to content

Commit b07fc6f

Browse files
timfrijtersppwalan-agius4
authored andcommitted
fix(@schematics/angular): Alphabetized named imports
1 parent 2dac2ac commit b07fc6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/schematics/angular/application/other-files/app.module.ts.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { BrowserModule } from '@angular/platform-browser';
21
import { NgModule } from '@angular/core';
2+
import { BrowserModule } from '@angular/platform-browser';
33
<% if (routing) { %>
44
import { AppRoutingModule } from './app-routing.module';<% } %>
55
import { AppComponent } from './app.component';

packages/schematics/angular/e2e/files/src/app.e2e-spec.ts.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { AppPage } from './app.po';
21
import { browser, logging } from 'protractor';
2+
import { AppPage } from './app.po';
33

44
describe('workspace-project App', () => {
55
let page: AppPage;

0 commit comments

Comments
 (0)