Thursday, September 28, 2023

Angular 16 CLI Resources

 

Links

Usage

Installation
Install LTS version of Node: https:­//n­ode­js.org or install with Chocol­atey: choco install nodejs-lts
npm install -g @angular/cli

New Project
ng new <project-name>
Generate a component
ng generate component <component-name>
Generate a service
ng generate service <service-name>

Run the server on http://localhost:4200
ng serve --open

Videos

Tutorials

Cheat Sheets

No comments:

Post a Comment