I see that in "src/app/modules/auth" has 2 folder:
+ models
+ core: folder core has _models.ts
So I see those models in 2 folder are quite the same. I don't know what are the differences.
Hi,
Pls, remove src/app/modukes/auth/models
folder.
Use src/app/modules/auth/core/_models.ts everywhere (change the imports where needed). We have these duplications in demo2/3/5 and will be fixed in the incoming release.
Regards,
Keenthemes support