Skip to content

Commit 0d9d646

Browse files
ramsribhansl
authored andcommitted
fix(lint): Updated the main.ts's blueprint to fix the ng lint failure (angular#1903) (angular#1904)
1 parent cacaa4e commit 0d9d646

File tree

1 file changed

+1
-1
lines changed
  • addon/ng2/blueprints/ng2/files/__path__

1 file changed

+1
-1
lines changed

addon/ng2/blueprints/ng2/files/__path__/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import "./polyfills.ts";
1+
import './polyfills.ts';
22

33
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
44
import { enableProdMode } from '@angular/core';

0 commit comments

Comments
 (0)