Direction: Choose the correct option
Q1.
What is the entry point of an Angular application?
Direction: Choose the correct option
Q2.
Which function bootstraps the Angular application?
Direction: Choose the correct option
Q3.
What is the default component generated in a new Angular project?
Direction: Choose the correct option
Q4.
How do you serve an Angular application for development?
Direction: Choose the correct option
Q5.
What is the default port for `ng serve`?
Direction: Choose the correct option
Q6.
What does the `--open` flag do with `ng serve`?
Direction: Choose the correct option
Q7.
What is the purpose of `main.ts` file?
Direction: Choose the correct option
Q8.
What does `enableProdMode()` do?
Direction: Choose the correct option
Q9.
What is the purpose of `polyfills.ts`?
Direction: Choose the correct option
Q10.
What is the default template of `app.component.html`?
