From 6a34dce5e05152c80615adf8e439738c2dff2d30 Mon Sep 17 00:00:00 2001 From: Foxandxss Date: Thu, 30 Jun 2016 20:27:51 +0200 Subject: [PATCH] remove linting for spec file --- .../ts/app/phone-list/phone-list.component.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/public/docs/_examples/upgrade-phonecat-3-final/ts/app/phone-list/phone-list.component.spec.ts b/public/docs/_examples/upgrade-phonecat-3-final/ts/app/phone-list/phone-list.component.spec.ts index 75ebdfd12e..3d6cd93b15 100644 --- a/public/docs/_examples/upgrade-phonecat-3-final/ts/app/phone-list/phone-list.component.spec.ts +++ b/public/docs/_examples/upgrade-phonecat-3-final/ts/app/phone-list/phone-list.component.spec.ts @@ -1,3 +1,4 @@ +/* tslint:disable */ // #docregion routestuff import { Directive } from '@angular/core'; import { HTTP_PROVIDERS } from '@angular/http';