The ng build command, by default, creates the output in the dist/______ directory.
- app
- build
- project
- your-app-name
The ng build command, by default, creates the output in the dist/ directory of your Angular project. This directory contains the production-ready build of your application that you can deploy to a web server.
Loading...
Related Quiz
- To intercept and modify HTTP requests globally, you would implement a class that uses the ________ interface.
- Dependency injection in Angular is primarily driven by the ________ mechanism.
- How can you configure different environments (e.g., development, production) in an Angular application using Angular CLI?
- In a Route Guard, to navigate to a different route due to an authorization failure, you would typically use the router.______ method.
- To display validation error messages, one would commonly use the ______ directive.