Angular Environment Setup & Deployment: Best Practices Explained

Опубликовано: 09 Сентябрь 2024
на канале: Nihira Techiees
485
21

#angular18 #angular_deployment #angularcourse #angularbuild

This video explains how to handle Angular environmental configuration and manual deployment in IIS Server.

Environmental Configuration
----------------------------------------------
Execute below command
ng g environments

1, It will generate default environment files.
2, This concept used for handling different environment by using same code.
3, Environmental based build use below command
ng build --configuration=staging

IIS Deployment
-----------------------------
1, Create build using ng build
2, Create site in IIS server
3, Move build artifact to website folder


Join this channel to get access to perks:
   / @nihiratechiees