Added grammatical correction and explanation (#26449)

* Added grammatical correction and explanation

- Added apostrophe for Single Page Web Application's
- Added the meaning for the MVC abbreviation

* Addressed suggested changes
This commit is contained in:
ShivashMahespalsingh
2018-11-03 22:46:59 -04:00
committed by Manish Giri
parent ccda27e934
commit fef09384aa

View File

@ -8,7 +8,7 @@ title: Angular
## Angular ## Angular
![angular logo](https://angular.io/assets/images/logos/angular/angular.png) ![angular logo](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. AngularJS (versions 1.x) is a JavaScript based open source Framework. It is cross platform and used to develop Single Page Web Applications (SPWA). AngularJS implements the Model-View-Controller(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.
Angular(versions 2.x and up) is a Typescript based open source framework to develop front-end Web application. Angular has following features like generics, static-typing and also some ES6 features. Angular(versions 2.x and up) is a Typescript based open source framework to develop front-end Web application. Angular has following features like generics, static-typing and also some ES6 features.