@farris/bef
Advanced tools
Comparing version 0.0.11-201901171630 to 0.0.11-201901180840
@@ -839,2 +839,5 @@ (function (global, factory) { | ||
var entities = this.entityCollection.toArray(); | ||
if (entities.length === 0) { | ||
return of.of(true); | ||
} | ||
entities.forEach(function (entity) { | ||
@@ -841,0 +844,0 @@ var updateResult$ = _this.updateChangesById(entity.primaryValue); |
@@ -805,2 +805,5 @@ import { InjectionToken, Injectable, Injector } from '@angular/core'; | ||
const entities = this.entityCollection.toArray(); | ||
if (entities.length === 0) { | ||
return of(true); | ||
} | ||
entities.forEach((entity) => { | ||
@@ -807,0 +810,0 @@ const updateResult$ = this.updateChangesById(entity.primaryValue); |
@@ -843,2 +843,5 @@ import { InjectionToken, Injectable, Injector } from '@angular/core'; | ||
var entities = this.entityCollection.toArray(); | ||
if (entities.length === 0) { | ||
return of(true); | ||
} | ||
entities.forEach(function (entity) { | ||
@@ -845,0 +848,0 @@ var updateResult$ = _this.updateChangesById(entity.primaryValue); |
{ | ||
"name": "@farris/bef", | ||
"version": "0.0.11-201901171630", | ||
"version": "0.0.11-201901180840", | ||
"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
397464
4015