Q. What does the Angular decorator @NgModule declare?
β
Correct Answer: (A)
An Angular module with components, directives, pipes, and imports
Explanation: @NgModule organizes related pieces of code into cohesive blocks.