@farris/bef
Advanced tools
Comparing version 0.0.11-201902272210 to 0.0.11-201903021330
@@ -916,3 +916,3 @@ (function (global, factory) { | ||
var cancel$ = this.restService.cancel(); | ||
cancel$.pipe(tap.tap(function () { | ||
var result$ = cancel$.pipe(tap.tap(function () { | ||
var entities = _this.entityCollection.toArray(); | ||
@@ -925,3 +925,3 @@ entities.forEach(function (entity) { | ||
})); | ||
return cancel$; | ||
return result$; | ||
}; | ||
@@ -928,0 +928,0 @@ // #region 工具方法 |
@@ -876,3 +876,3 @@ import { InjectionToken, Injectable, Injector } from '@angular/core'; | ||
const cancel$ = this.restService.cancel(); | ||
cancel$.pipe(tap(() => { | ||
const result$ = cancel$.pipe(tap(() => { | ||
const entities = this.entityCollection.toArray(); | ||
@@ -885,3 +885,3 @@ entities.forEach((entity) => { | ||
})); | ||
return cancel$; | ||
return result$; | ||
} | ||
@@ -888,0 +888,0 @@ // #region 工具方法 |
@@ -920,3 +920,3 @@ import { InjectionToken, Injectable, Injector } from '@angular/core'; | ||
var cancel$ = this.restService.cancel(); | ||
cancel$.pipe(tap(function () { | ||
var result$ = cancel$.pipe(tap(function () { | ||
var entities = _this.entityCollection.toArray(); | ||
@@ -929,3 +929,3 @@ entities.forEach(function (entity) { | ||
})); | ||
return cancel$; | ||
return result$; | ||
}; | ||
@@ -932,0 +932,0 @@ // #region 工具方法 |
{ | ||
"name": "@farris/bef", | ||
"version": "0.0.11-201902272210", | ||
"version": "0.0.11-201903021330", | ||
"description": "Farris Bef", | ||
@@ -5,0 +5,0 @@ "main": "./bundles/index.umd.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
468639