- 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)
Serverless vs. Kubernetes: A Beginner's Guide
Serverless vs. Kubernetes: A Beginner's Guide Trying to decide between serverless and Kubernetes? Here's a simple breakdown: 🔹 Choo...
-
Javascript prototype is quite fuzzy word for javascript developers in the beginning. Prototype is the property which is available for all...
-
Ext.defer or Ext.function.defer is a function similar to javascript setTimeout function. Ext. defer (function() { alert('H...
-
In Javascript world the things are always confused. The most confused and made complicated feature is closure. But the truth is Javascrip...