Q. Which Angular construct helps split large applications into smaller modules?
β
Correct Answer: (C)
Feature Modules
Explanation: Feature Modules organize code and enable lazy loading for large Angular apps.