chore: fix linting

This commit is contained in:
Jesús Rodríguez 2016-07-29 13:27:06 +02:00
parent cece720f47
commit efbf259318
1 changed files with 0 additions and 4 deletions

View File

@ -1,4 +1,3 @@
/* tslint:disable no-unused-variables */
// #docplaster // #docplaster
// #docregion // #docregion
import { Component } from '@angular/core'; import { Component } from '@angular/core';
@ -7,9 +6,6 @@ import { HeroService } from './hero.service';
import { HeroesComponent } from './heroes.component'; import { HeroesComponent } from './heroes.component';
// #enddocregion // #enddocregion
// For testing only
import { ROUTER_DIRECTIVES } from '@angular/router';
// #docregion // #docregion
@Component({ @Component({
selector: 'my-app', selector: 'my-app',