Angular - Fundamentals
Which file defines the root component of an Angular application?
app.component.ts, which contains the main UI logic.app.module.ts defines the app module, main.ts bootstraps the app, and index.html is the main HTML page.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions