Commit 1f9ff3ee authored by Filipe Silva's avatar Filipe Silva Committed by GitHub

Add @angular/upgrade/static to systemjs.config.js (#281)

Blocked by https://github.com/angular/angular.io/pull/2781 and Angular 2.2.0.
parent c36ac4d3
......@@ -23,6 +23,7 @@
'@angular/router': 'npm:@angular/router/bundles/router.umd.js',
'@angular/forms': 'npm:@angular/forms/bundles/forms.umd.js',
'@angular/upgrade': 'npm:@angular/upgrade/bundles/upgrade.umd.js',
'@angular/upgrade/static': 'npm:@angular/upgrade/bundles/upgrade-static.umd.js',
// other libraries
'rxjs': 'npm:rxjs',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment