Skip to content

Commit

Permalink
Add @angular/upgrade/static to systemjs.config.js (angular#281)
Browse files Browse the repository at this point in the history
Blocked by angular/angular.io#2781 and Angular 2.2.0.
  • Loading branch information
filipesilva authored Nov 15, 2016
1 parent c36ac4d commit 1f9ff3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions systemjs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 1f9ff3e

Please sign in to comment.