rakeenaa / ngFirstDemo

Angular app training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ngFirstDemo

Angular app training

Command Purpose
npm install -g @angular/cli Installs Angular CLI globally
ng new Creates a new Angular application
ng serve --open Builds and runs the application on lite-server and launches a browser
ng generate Creates class, component, directive, interface, module, pipe, and service
ng build Builds the application
ng update @angular/cli @angular/core Updates Angular to a newer version

About

Angular app training


Languages

Language:HTML 73.4%Language:TypeScript 21.9%Language:JavaScript 4.4%Language:CSS 0.2%