Angular Folder Structure

Module:
In angular the first building blog is a module. Angular application have the collection of many modules which represent the feature area in application. For example we have two modules like admin and customers. Admin module is related to the application administrators. And customer module is related to the application customers. So, You can say angular module is just line of code that can we exported and imported.

IoC Test

Test Every angular application has atleast one module. Which is called route module.But by conventions this is known as module.