Q. What is the role of the bootstrap array in @NgModule?
β
Correct Answer: (A)
Defines the root component(s) to load at startup
Explanation: The bootstrap array lists the top-level components Angular should bootstrap.