Closed bokzor closed 1 year ago
The "ɵmod" error is the indicator that it's actually your angular cache. Try clearing your angular cache.
rm -rf .angular/cache
Deleted the folder and still having the issue. So I suppose it's not the root cause. When removing the import from app.module, it works again.
I had the same issue as @bokzor so I decided to debug it a bit. It appears that ngxs-firestore.module.ts
on importing cannot resolve its own import NgxsModule.forFeature([NgxsFirestoreState])
and fails on compilation.
To check my thoughts and somehow to fix it, I cloned the repo and simply removed the second import - and it works like a charm. Maybe it is not essential to create firebase feature state by your own and give an opportunity for the end user?
Having same issue but on angular v14.2.12
would you be able to create a repro on stackbliz?
im currenlty on
"@angular/core": "14.2.12", "@ngxs-labs/firestore-plugin": "^0.1.35", "@angular/fire": "^6.1.5", "firebase": "^8.6.2",
and works fine
@joaqcid It breaks with the latest version, e.g "@ngxs-labs/firestore-plugin": "^1.1.0",
it looks like the issue is between typescript version and firebase types
@kinderswan are you still having issues?
@acadianaapps are you still having issues?
@bokzor are you still having issues?
@acadianaapps are you still having issues?
Honestly I had to abandon it, I understood the library and it worked when it would build, but always running into build issues. Will revisit soon.
i guess i will stay away from this library as I am starting a new project and don't want any headaches
@JGSolutions latest version 1.2.4 works with ng 15 and latest @ngxs/store
@joaqcid will take a look at it.
Got this error while using angular 15