From 380688dbcc9f108c5b7a161f586fce441668ce44 Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Sat, 12 Nov 2016 22:33:14 +0000 Subject: [PATCH] Add @angular/upgrade/static to systemjs.config.js Blocked by https://github.com/angular/angular.io/pull/2781 and Angular 2.2.0. --- systemjs.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/systemjs.config.js b/systemjs.config.js index 457f040fc..61a41af20 100644 --- a/systemjs.config.js +++ b/systemjs.config.js @@ -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',