added link to angularjs.org (#25140)

pull/34686/head
Jonathan Otano 2018-12-15 06:21:05 -05:00 committed by Manish Giri
parent 6f8b6a82ed
commit 09ed288a72
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ title: AngularJS
---
## AngularJS
AngularJS (versions 1.x) is an open source front-end JavaScript framework. AngularJS extends HTML to develop rich and powerful front-ends.
[AngularJS](https://angularjs.org/) (versions 1.x) is an open source front-end JavaScript framework. AngularJS extends HTML to develop rich and powerful front-ends.
It reduces the repetitive use of HTML code. This repetition can be avoided by using the directives provided by AngularJS which saves
much time and effort. 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.