I keep getting the below error in my browser after I compile an Angular element that is using NGRX data:
I attempted adding and removing EntityCollectionServiceElementsFactory to the providers in every NgModule in the NGRX data app without any success (there are two modules).
I have a hypothesis that I need to add my entity NGRX services to the injector somehow, but I do not have an example on how to do so.
I have been messing with this for days now and I cannot figure it out.
My source code is below:
Here is an example of one of my NGRX data entity services:
Please help and thank you.