Ionic guide update (#22209)
* updated angular guide to focus on angular 2+ * updated intro to ionic guide
This commit is contained in:
committed by
Huyen Nguyen
parent
ad4d7c72b2
commit
97ef234fe4
@@ -3,8 +3,9 @@ title: AngularJS
|
||||
---
|
||||
## AngularJS
|
||||
|
||||
[AngularJS](https://angularjs.org/) 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.
|
||||
AngularJS (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.
|
||||
|
||||
## AngularJS Expressions
|
||||
- Expressions can be written inside double braces: `{{ expression }}`
|
||||
|
Reference in New Issue
Block a user