Changing the dist folder path in Angular

added by JavaScript Kicks
3/28/2023 1:14:48 PM

795 Views

When you run an ng-build command angular bundles your app for production and placed it inside dist/your-app folder. In this tutorial, we are going to learn about how to change the dist folder path in angular. Open the angular app in your favorite code editor. Navigate to the angular.json file.


0 comments