Hi
I have developed Angular App in ver 17. How to build and what is to be configured on user computer so it can be run.
Thanks
Hi
I have developed Angular App in ver 17. How to build and what is to be configured on user computer so it can be run.
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vishal YelvePosted Jun 11, 2024, 10:02 AM
HI Ramco,
Jayraj has provided the answer to your question.
Also, if want to do CRUD operations using Angular refer to my article below.
https://www.c-sharpcorner.com/article/angular-crud-using-net-core-web-api/
Jayraj ChhayaPosted Jun 11, 2024, 6:28 AM
To build an Angular 17 app, you can use the Angular CLI, which simplifies the development process. Here are the steps to build and run the app on a user's computer:
Install Node.js: Ensure Node.js is installed on the user's computer as Angular requires it to run. You can download Node.js from here.
Install Angular CLI: Use npm to install the Angular CLI globally by running the following command:
Navigate to the App Directory: Open a terminal and navigate to the directory where your Angular app is located.
Build the App: Run the following command to build the Angular app: