We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df257d commit 94f3ef1Copy full SHA for 94f3ef1
modules/data/src/entity-services/entity-collection-service-base.ts
@@ -450,7 +450,7 @@ export class EntityCollectionServiceBase<
450
errors$: Observable<EntityAction>;
451
452
/** Observable of the filter pattern applied by the entity collection's filter function */
453
- filter$: Observable<string> | Store<string>;
+ filter$: Observable<any> | Store<any>;
454
455
/** Observable of entities in the cached collection that pass the filter function */
456
filteredEntities$: Observable<T[]> | Store<T[]>;
0 commit comments