What is the difference between Angularjs and Polymer ?
Difference between Angularjs and Polymer
| Angularjs | Polymer |
|---|---|
| Angular is a framework written using javascript and is made for building single-page web applications. |
Polymer’s webcomponents.js is a library that contains several polyfills for various W3C APIs that fall under the Web Components umbrella. |
| Angular’s data binding and dependency injection eliminate much of the code writing.It happens within the browser, making it an ideal partner with any server technology. |
Polymer is a library that aims to use (and show how to use) Web Components.Its foundation is Custom Elements (e.g. everything you build is a web component) and it evolves as the web evolves. |
