Back to Browse

Angular Installation Step By Step Hindi

236 views
May 8, 2023
36:06

Angular is a popular front-end web development framework that allows developers to build robust, scalable, and dynamic web applications. This comprehensive guide to Angular will take you through the basics of the framework, including components, modules. In this video, you'll learn about the latest version of Angular, Angular 14, and explore its features and capabilities. We'll cover topics such as how angular module & component is connected. Whether you're a beginner or an experienced developer, this video will provide you with the tools and knowledge you need to build professional-grade web applications with Angular. So, join us and start mastering Angular today! Angular Installation Steps: Steps : 1) node -v 2) npm -v 3) Install Angular using : npm install -g @angular/cli 4) ng help 5) ng version 6) create folder structure in angular ng new my-app this will ask : routing? y css? css 7) serve ur angular application cd my-app ng serve ng serve --open == http://localhost:4200 ng serve --open --port 9000 == http://localhost:9000 https://angular.io/guide/setup-local #angularforbeginners #angulartutorial #angulartutorialforbeginners #angulartraining

Download

0 formats

No download links available.

Angular Installation Step By Step Hindi | NatokHD