Sunday 3 September 2017

What is Angular?




Intent

Learn one way to build applications with Angular and reuse your code and abilities to build apps for any deployment target. For web, mobile web, native mobile and native desktop.

Explanation 

Angular.io says: Angular is a platform that makes it easy to build applications with the web. Angular combines declarative templates, dependency injection, end to end tooling, and integrated best practices to solve development challenges. Angular empowers developers to build applications that live on the web, mobile, or the desktop.

In plain words: "Angular is a JavaScript Framework which allow you to create reactive Single-Page-Application (SPAs)."

Reactive- showing a response to a stimulus. (google definition)

Single Page Application - It have only one index.html file which contain the whole application in js file. Our page never change, every change render in the browser its give user very reactive experience. It change the DOM (Document Object Model) at runtime.

Credits

https://angular.io/

!!HAPPY LEARNING..

Share your suggestion.

No comments:

Post a Comment