fix: add missing globals from each rollup configuration (#20028)

PR Close #20028
This commit is contained in:
Hans Larsen
2017-10-30 11:51:03 -07:00
committed by Matias Niemelä
parent de24d54517
commit 812786f44e
7 changed files with 14 additions and 0 deletions

View File

@ -14,6 +14,7 @@ const globals = {
'@angular/compiler': 'ng.compiler',
'@angular/platform-browser': 'ng.platformBrowser',
'rxjs/Observable': 'Rx',
'rxjs/Observer': 'Rx',
'rxjs/Subject': 'Rx'
};