From ddf215824e6f2648926752e37fbea5529f99b7bb Mon Sep 17 00:00:00 2001 From: Xinkai Chen Date: Thu, 14 Jul 2016 22:34:57 +0800 Subject: [PATCH] Turning on strict mode in system-config.ts. Fixes angular/angular-cli#758 --- addon/ng2/blueprints/ng2/files/__path__/system-config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addon/ng2/blueprints/ng2/files/__path__/system-config.ts b/addon/ng2/blueprints/ng2/files/__path__/system-config.ts index 55e4ac712886..f15ddf871001 100644 --- a/addon/ng2/blueprints/ng2/files/__path__/system-config.ts +++ b/addon/ng2/blueprints/ng2/files/__path__/system-config.ts @@ -1,3 +1,5 @@ +"use strict"; + // SystemJS configuration file, see links for more information // https://github.com/systemjs/systemjs // https://github.com/systemjs/systemjs/blob/master/docs/config-api.md