Ionic guide including ionic4 (#22236)

This commit is contained in:
Dom Slatford
2018-12-01 15:19:45 +00:00
committed by Kristofer Koishigawa
parent e0e864fd0f
commit e3fe801288
3 changed files with 26 additions and 11 deletions

View File

@@ -7,7 +7,6 @@ AngularJS (versions 1.x) is an open source front-end JavaScript framework. Angul
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 }}`
- Expressions can also be written inside a directive: `ng-bind="expression"`