Fabio F.
0
Q:

angular

<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.7.9/angular.min.js"></script>
3
/* Answer to: "what is angular" */

/*
  Angular is a TypeScript-based open-source web application
  framework led by the Angular Team at Google and by a community of
  individuals and corporations. Angular is a complete rewrite from
  the same team that built AngularJS. 
  
  Angular is a platform forbuilding mobile and desktop web
  applications.
*/
4
steps to install angular
step 1 :Install node 
download link=>https://nodejs.org/en/

step 2 :Install angular Cli with Command prompt
npm install -g @angular/cli

step 3 : checking the installed angular version
ng --version


Initializing angular 10 project :
ng new my-raj-app   (here "my-raj-app" is App name)

your project is initialised:
go inside the project and run it with:

ng serve -o 

done ....!! Happy coding..!! -rajesh reddy:)
3
Angular is a TypeScript-based open-source web application framework led by the
Angular Team at Google and by a community of individuals and corporations.

Angular is a complete rewrite from the same team that built AngularJS. 
3
A beautiful little framework used to make full functional web apps, This is a framework made by Google

0

New to Communities?

Join the community