Import "fromPromise" so Observables work correctly (#9034)

* Import "fromPromise" so Observables work correctly

* Bump distro guid

* Fix unit test missing file error

* Bump distro to pick up latest changes
This commit is contained in:
Karl Burtram
2020-02-04 11:15:31 -08:00
committed by GitHub
parent 86ad477c77
commit 9c7f844d59
7 changed files with 7 additions and 1 deletions

View File

@@ -63,6 +63,7 @@ function main() {
'angular2-grid',
'ng2-charts',
'rxjs/add/observable/of',
'rxjs/add/observable/fromPromise',
'rxjs/Observable',
'rxjs/Subject',
'rxjs/Observer'