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

* 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:40:26 -08:00
committed by GitHub
parent ee1359fd7c
commit 41838b7720
7 changed files with 7 additions and 1 deletions

View File

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