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

@@ -111,6 +111,7 @@ exports.load = function (modulePaths, resultCallback, options) {
'@angular/platform-browser-dynamic',
'@angular/router',
'rxjs/Observable',
'rxjs/add/observable/fromPromise',
'rxjs/Subject',
'rxjs/Observer',
'slickgrid/lib/jquery.event.drag-2.3.0',