... | ... | @@ -47,5 +47,5 @@ |
|
|
<p> </p>
|
|
|
<h1>2. To Deploy your Angular Code</h1>
|
|
|
<p> </p>
|
|
|
<p>After setting up your code in angular and running the file and testing it, you can deploy the code using the command <strong>ng build. </strong>This compiles your Angular app into an output directory named dist/ at the given output path.</p>
|
|
|
<p>After setting up your code in angular and running the file and testing it, you can deploy the code using the command <strong>ng build. </strong>This compiles your Angular app into an output directory named dist/ at the given output path which can be used for deploying to your respective idp. For production deployment use the command ng build --prod</p>
|
|
|
|