Create angular standalone app by using command npx @angular/cli@latest new <APP_NAME> --standalone --routing --style=scss
- Generate environment file for production and devlopment by using command
ng g environments- It will generate two file
environment.tsandenvironment.development.tsundersrc/environments/ - It will update
amgular.jsonfile for replacingenvironment.tswithenvironment.development.tsfor dev version
- It will generate two file
- Update environments to below