Skip to content

Commit 1f9ff3e

Browse files
authored
Add @angular/upgrade/static to systemjs.config.js (angular#281)
Blocked by angular/angular.io#2781 and Angular 2.2.0.
1 parent c36ac4d commit 1f9ff3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

systemjs.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
'@angular/router': 'npm:@angular/router/bundles/router.umd.js',
2424
'@angular/forms': 'npm:@angular/forms/bundles/forms.umd.js',
2525
'@angular/upgrade': 'npm:@angular/upgrade/bundles/upgrade.umd.js',
26+
'@angular/upgrade/static': 'npm:@angular/upgrade/bundles/upgrade-static.umd.js',
2627

2728
// other libraries
2829
'rxjs': 'npm:rxjs',

0 commit comments

Comments
 (0)