dfx-helper
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -0,1 +1,7 @@ | ||
## [5.0.2](https://github.com/Dafnik/dfts-common/compare/dfx-helper-5.0.1...dfx-helper-5.0.2) (2023-02-06) | ||
### Bug Fixes | ||
- **dfx-helper:** fix double converting ([98f7ff8](https://github.com/Dafnik/dfts-common/commit/98f7ff8054a67e2b4eeb5b24813b2ae7b7579a41)) | ||
## [5.0.1](https://github.com/Dafnik/dfts-common/compare/dfx-helper-5.0.0...dfx-helper-5.0.1) (2023-02-06) | ||
@@ -2,0 +8,0 @@ |
import { HttpClient } from '@angular/common/http'; | ||
import { Observable, Subject } from 'rxjs'; | ||
import { EntityList, IEntity, IEntityList, StringOrNumber, UndefinedOr, UnknownOr } from 'dfts-helper'; | ||
import { IEntity, IEntityList, StringOrNumber, UndefinedOr, UnknownOr } from 'dfts-helper'; | ||
import { KeyValuePair } from '../../key-value-pair'; | ||
@@ -77,3 +77,3 @@ export declare abstract class AEntityService<idType extends StringOrNumber, EntityType extends IEntity<idType>> { | ||
getAll(urlKeyPairs?: KeyValuePair[], httpParams?: KeyValuePair[]): IEntityList<EntityType>; | ||
protected setAll(entities: EntityList<EntityType>): void; | ||
protected setAll(entities: IEntityList<EntityType>): void; | ||
removeAll(): void; | ||
@@ -80,0 +80,0 @@ fetchAll(urlKeyPairs?: KeyValuePair[], httpParams?: KeyValuePair[]): void; |
{ | ||
"name": "dfx-helper", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "Web-development / Typescript / Angular Library with tons of utility tools helping in all projects", | ||
@@ -5,0 +5,0 @@ "private": false, |
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
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
669595
5237