From f4b972815bea77b5fab0d72e3e936e42d38d26b1 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Tue, 24 May 2016 16:12:34 -0700 Subject: [PATCH] fix(platform-browser): fix rollup config --- modules/@angular/platform-browser/rollup.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/@angular/platform-browser/rollup.config.js b/modules/@angular/platform-browser/rollup.config.js index 4ac59434f0..2bc225d647 100644 --- a/modules/@angular/platform-browser/rollup.config.js +++ b/modules/@angular/platform-browser/rollup.config.js @@ -7,6 +7,7 @@ export default { globals: { '@angular/core': 'ng.core', '@angular/common': 'ng.common', + '@angular/compiler': 'ng.compiler', 'rxjs/Subject': 'Rx', 'rxjs/observable/PromiseObservable': 'Rx', // this is wrong, but this stuff has changed in rxjs b.6 so we need to fix it when we update. 'rxjs/operator/toPromise': 'Rx.Observable.prototype',