Getting Started with Angular, Angular CLI

yotube
0
Angular is a platform and framework for building client applications in HTML and TypeScript. Angular is written in TypeScript. 

The Angular CLI is a command line interface tool that can create a project, add files, and perform a variety of ongoing development tasks such as testing, bundling, and deployment. 

Step 1 Set up the Development Environment Install Node.js and npm Install the Angular CLI   
 
                     npm install -g @angular/cli 

Step 2 Create a new project

                    ng new my-app 

Step 3 Serve the application 

                    ng serve --open







Post a Comment

0Comments
Post a Comment (0)

#buttons=(Accept !) #days=(20)

Our website uses cookies to enhance your experience. Learn More
Accept !
To Top