bhahn57570

Results 2 issues of bhahn57570

The view todos-container.component.html is giving an error on ` [ngClass]="{ active: todos.filter === 'ACTIVE' } ` Indeed todos.filter does not exist instead add in todos-container.component.ts ` filter$: Observable; .... ngOnInit()...

### Which @ngrx/* package(s) are relevant/related to the feature request? data ### Information Recently in EntityCollectionServiceBase, the function loadWithQuery(queryParams: string | QueryParams, options?: EntityActionOptions): Observable was added. Currently, in the...