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

Commit efbf259

Browse files
committed
chore: fix linting
1 parent cece720 commit efbf259

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

public/docs/_examples/toh-5/ts/app/app.component.1.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* tslint:disable no-unused-variables */
21
// #docplaster
32
// #docregion
43
import { Component } from '@angular/core';
@@ -7,9 +6,6 @@ import { HeroService } from './hero.service';
76
import { HeroesComponent } from './heroes.component';
87
// #enddocregion
98

10-
// For testing only
11-
import { ROUTER_DIRECTIVES } from '@angular/router';
12-
139
// #docregion
1410
@Component({
1511
selector: 'my-app',

0 commit comments

Comments
 (0)