I am creating an Angular project. While I have other projects in Angular, I want to build a structure with some better ideas. I came across these articles: 5 Tips & Best Practices to Organize your Angular Project & Angular project structure best practice.
My query is what is the purpose of CoreModule? Why should I create a CoreModule, when I can directly put the related code in my AppModule (since AppModule is the only module to import CoreModule & the code isn't much).
Also any other suggestions for good practice are welcome.