Deployment
Simple deployment options Before fully deploying your application, you can test the process, build configuration, and deployed behavior by using one of these interim techniques. Building and serving from disk During development, you typically use the ng serve command to build, watch, and serve the application from local memory, using webpack-dev-server. When you are ready to deploy, however, […]