...

/

Quiz: Bringing an Application to Production

Quiz: Bringing an Application to Production

Test your understanding of bringing an Angular application to production.

We'll cover the following...
Technical Quiz
1.

(Fill in the blank.) In Angular, the compiler knows which files to collect for the build process by reading the files property of the ________ file.

A.

app.component.ts

B.

tsconfig.app.json

C.

main.app.ts

D.

main.app.json


1 / 5
...