From efbf2593182999e49e278942e7f36f400abe0ed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesu=CC=81s=20Rodri=CC=81guez?= Date: Fri, 29 Jul 2016 13:27:06 +0200 Subject: [PATCH] chore: fix linting --- public/docs/_examples/toh-5/ts/app/app.component.1.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/public/docs/_examples/toh-5/ts/app/app.component.1.ts b/public/docs/_examples/toh-5/ts/app/app.component.1.ts index 2f0e3506dd..789e14d9be 100644 --- a/public/docs/_examples/toh-5/ts/app/app.component.1.ts +++ b/public/docs/_examples/toh-5/ts/app/app.component.1.ts @@ -1,4 +1,3 @@ -/* tslint:disable no-unused-variables */ // #docplaster // #docregion import { Component } from '@angular/core'; @@ -7,9 +6,6 @@ import { HeroService } from './hero.service'; import { HeroesComponent } from './heroes.component'; // #enddocregion -// For testing only -import { ROUTER_DIRECTIVES } from '@angular/router'; - // #docregion @Component({ selector: 'my-app',