diff --git a/modules/data/src/entity-services/entity-collection-service-base.ts b/modules/data/src/entity-services/entity-collection-service-base.ts index bab413b1bd..ed70c7c078 100644 --- a/modules/data/src/entity-services/entity-collection-service-base.ts +++ b/modules/data/src/entity-services/entity-collection-service-base.ts @@ -450,7 +450,7 @@ export class EntityCollectionServiceBase< errors$: Observable; /** Observable of the filter pattern applied by the entity collection's filter function */ - filter$: Observable | Store; + filter$: Observable | Store; /** Observable of entities in the cached collection that pass the filter function */ filteredEntities$: Observable | Store;