Skip to content

Commit

Permalink
fix(@schematics/angular): Alphabetized named imports
Browse files Browse the repository at this point in the history
  • Loading branch information
timfrijtersppw authored and alan-agius4 committed Dec 1, 2020
1 parent 2dac2ac commit b07fc6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
<% if (routing) { %>
import { AppRoutingModule } from './app-routing.module';<% } %>
import { AppComponent } from './app.component';
Expand Down
@@ -1,5 +1,5 @@
import { AppPage } from './app.po';
import { browser, logging } from 'protractor';
import { AppPage } from './app.po';

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

0 comments on commit b07fc6f

Please sign in to comment.