Add Angular logo (#20437)

This commit is contained in:
Nabagata Saha
2018-10-29 20:43:32 +05:30
committed by Christopher McCormack
parent 88041d1955
commit b688afcf7d

View File

@ -6,6 +6,7 @@ title: Angular
## Angular
![alt text](https://angular.io/assets/images/logos/angular/angular.png)
AngularJS (versions 1.x) is a JavaScript based open source Framework. It is cross platform and used to develop Single Page Web Application (SPWA). AngularJS implements the MVC pattern to separate the logic , presentation and data components. It also uses dependency injection to make use of server-side services in client side applications.