Q. What will happen if you add a service in the providers array of a component?
β
Correct Answer: (B)
A new instance will be created for that component and its children
Explanation: Component-level providers create a new instance scoped to that component subtree.