- Allows to write Single page application in better way.
- Its a structural framework, to create dynamic web apps.
- Uses HTML as template , let developer to extend HTML syntax.
Sunday, September 6, 2015
Why Angular JS
Subscribe to:
Posts (Atom)
AWS Interview Questions and Answers
Sure! Here are the answers to the **AWS Services and Cloud Infrastructure** questions: ### **AWS Services and Cloud Infrastructure (50 Ques...
-
Ext.defer or Ext.function.defer is a function similar to javascript setTimeout function. Ext. defer (function() { alert('H...
-
Javascript prototype is quite fuzzy word for javascript developers in the beginning. Prototype is the property which is available for all...
-
In Javascript world the things are always confused. The most confused and made complicated feature is closure. But the truth is Javascrip...