Q. Which file contains the root component for an Angular application by default?
β
Correct Answer: (A)
app.component.ts
Explanation: The root component is declared in app.component.ts by default.