Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit aba181b

Browse files
committed
fix lint
1 parent 99b6d2a commit aba181b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

public/docs/_examples/upgrade-module/ts/app/divide-routes/app.module.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ class Ng1Ng2UrlHandlingStrategy implements UrlHandlingStrategy {
2929
bootstrap: [ AppComponent ]
3030
})
3131
export class AppModule {
32-
constructor(public upgrade: UpgradeModule){}
3332
ngDoBootstrap() {}
3433
}
3534

public/docs/_examples/upgrade-module/ts/app/divide-routes/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
22
import { UpgradeModule } from '@angular/upgrade/static';
3-
import {Router} from '@angular/router';
3+
import { Router } from '@angular/router';
44

55
import { AppModule } from './app.module';
66

0 commit comments

Comments
 (0)