im using ngrx entity for my store the problem i cant select the store entities with selectors. i did as the code in this example https://github.com/angular-university/angular-ngrx-course/blob/master/src/app/courses/course.selectors.ts
in my situation when i use the select on the store i get the store object and not the entities.
this is my reducer:
this is the log from the select on the store, i expected a entities object and im getting this: