Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit 0595b30

Browse files
consolidated router imports
1 parent 49f5aaa commit 0595b30

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/app/app.module.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
import { BrowserModule } from '@angular/platform-browser';
2-
import { NgModule } from '@angular/core';
32
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
3+
import { NgModule } from '@angular/core';
44
import { MatToolbarModule, MatSidenavModule, MatIconModule, MatButtonModule, MatListModule } from '@angular/material';
5-
import { RouterModule } from '@angular/router';
6-
import { PreloadAllModules } from '@angular/router';
7-
import { RXJS_DOC_ROUTES } from './app.routing';
5+
import { RouterModule, PreloadAllModules } from '@angular/router';
86

97
import { AppComponent } from './app.component';
8+
import { RXJS_DOC_ROUTES } from './app.routing';
109

1110
@NgModule({
1211
declarations: [

0 commit comments

Comments
 (0)