- Change <APP_NAME>
- Execute the code in terminal to create a new Angualr Applicaiton
- CD to <APP_NAME>
pnpm dlx @angular/cli@latest new <APP_NAME> -s -t --package-manager=pnpm --routing --ssr --standalone --strict --style=scss
-s = inline-style
Create angular standalone app by using command npx @angular/cli@latest new <APP_NAME> --standalone --routing --style=scss
ng g environments
environment.ts
and environment.development.ts
under src/environments/
amgular.json
file for replacing environment.ts
with environment.development.ts
for dev version