Why AngularJS?
AngularJS helps us to create dynamic website that is
- more expressive and readable
- fast to develop
- well organized
- responsive in design (faster than traditional website) – where browser refresh doesn’t happen to load new content from the server
- easily testable
- works great with jQuery
Some of the compelling feature of AngularJS
- Two way binding - html to model and model to html binding
- Routing support for SPAs (Single Page Apllication)
- Templating with all old plain HTML, no new syntaxes or languages
- In built form validation
0 comments:
Post a Comment