Hey, I coded along the tutorial and then set up my own Repo where I try to recap everything , again following along the video.
I then started my repo using npx create-nx-workspace --preset angular, rebuilding Lukas' repo structure. However, after importing StateModule to CoreDataModule and importing CoreDataModule to AppModule I got the error mentioned above. You can find the entire code here: https://gitlab.com/hannesFinatix/todo-app/-/tree/state-feature
Any idea where to properly initialize reducers?