Hello,
is there a simple way to gather modules and add them combined to the app.module that the list doesnt get so long on the imports
i tried so far like
- src
- app.module.ts <--- import core module here
-- core
-- core.module.ts <-- import email here
--- email
--- email.module.ts
--- other modules
but now i run into "circular dependency" so how is the right way to go about that ?