8000 Turning on strict mode in system-config.ts. Fixes angular/angular-cli… by Xinkai · Pull Request #1346 · angular/angular-cli · GitHub
[go: up one dir, main page]

Skip to content

Turning on strict mode in system-config.ts. Fixes angular/angular-cli… #1346

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 17, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Turning on strict mode in system-config.ts. Fixes #758
  • Loading branch information
Xinkai committed Jul 14, 2016
commit ddf215824e6f2648926752e37fbea5529f99b7bb
2 changes: 2 additions & 0 deletions addon/ng2/blueprints/ng2/files/__path__/system-config.ts
Original file line number Diff line number Diff line change
@@ -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
Expand Down
0