Added Angular logo to the top (#19963)

This commit is contained in:
Billy
2018-10-26 22:32:01 -04:00
committed by Ian Duke
parent f697eea13c
commit c3bf109c96

View File

@ -1,6 +1,10 @@
---
title: Angular
---
<img src="https://angular.io/assets/images/logos/angular/angular.svg" width="200" height="200">
## Angular
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.