chore: fix linting
This commit is contained in:
parent
cece720f47
commit
efbf259318
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue