Update OSDU Angular Code Setup, Installation and Deployment authored by Sourabh Roy's avatar Sourabh Roy
...@@ -47,5 +47,5 @@ ...@@ -47,5 +47,5 @@
<p>&nbsp;</p> <p>&nbsp;</p>
<h1>2.&nbsp;&nbsp;&nbsp; To Deploy your Angular Code</h1> <h1>2.&nbsp;&nbsp;&nbsp; To Deploy your Angular Code</h1>
<p>&nbsp;</p> <p>&nbsp;</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>