Skip to content

Commit bed7e96

Browse files
committed
tslint
1 parent 35738d2 commit bed7e96

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

app/routing/nested-routers/nested-routers.component.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@ import { Component } from "@angular/core";
44
moduleId: module.id,
55
templateUrl: "./nested-routers.component.html"
66
})
7-
export class NestedRoutersComponent {
8-
constructor() { }
9-
}
7+
export class NestedRoutersComponent { }

app/routing/nested-routers/sub-route-one.component.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,4 @@ import { Component } from "@angular/core";
55
moduleId: module.id,
66
templateUrl: "./sub-route-one.component.html"
77
})
8-
export class SubRouteOneComponent {
9-
constructor() { }
10-
}
11-
// <<
8+
export class SubRouteOneComponent { }
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
// >>
21
import { Component } from "@angular/core";
32

43
@Component({
54
moduleId: module.id,
65
templateUrl: "./sub-route-two.component.html"
76
})
8-
export class SubRouteTwoComponent {
9-
constructor() { }
10-
}
11-
// <<
7+
export class SubRouteTwoComponent { }

0 commit comments

Comments
 (0)