Q. What is the purpose of the 'bootstrap' array in @NgModule?
β
Correct Answer: (A)
To specify the root component that Angular should bootstrap
Explanation: Bootstrap array defines the component Angular loads at startup.