Angular is a platform for building mobile and desktop web applications. It is TypeScript-based opensource web application framework developed by Google.
npm install -g @angular/cli
ng --version
ng new ApplicationName
ng g c ComponentName
Angular is a platform for building mobile and desktop web applications. It is TypeScript-based opensource web application framework developed by Google.
npm install -g @angular/cli
ng --version
ng new ApplicationName
ng g c ComponentName