Well done project in Angular should have a clear, well-defined structure. Do you know how to split components to modules? What are best practices? Check fifty first question of full-stack dev quiz to verify if you know how to break project down into Angular modules.
Which Angular module types are recommended to use in Angular 2+?
Choose all matching options.
- feature modules
- sparse modules
- linear modules
- core modules
- shared modules
For the correct answer scroll down
.
.
.
.
.
.
The correct answer is: a, d, e. If you would like to read more, check Breaking down into modules in Angular article.