From f14fb7f16c875386f17439d8657a7cf6cdc74e29 Mon Sep 17 00:00:00 2001 From: ramsrib Date: Tue, 30 Aug 2016 12:43:18 -0700 Subject: [PATCH] fix(lint): Updated the main.ts's blueprint to fix the ng lint failure (#1903) --- addon/ng2/blueprints/ng2/files/__path__/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon/ng2/blueprints/ng2/files/__path__/main.ts b/addon/ng2/blueprints/ng2/files/__path__/main.ts index 80160e71251e..5c3c520409d2 100644 --- a/addon/ng2/blueprints/ng2/files/__path__/main.ts +++ b/addon/ng2/blueprints/ng2/files/__path__/main.ts @@ -1,4 +1,4 @@ -import "./polyfills.ts"; +import './polyfills.ts'; import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'; import { enableProdMode } from '@angular/core';