|
|
|
|
|
by ebidel
4672 days ago
|
|
See my post [1] on SO on "Polymer elements (e.g. web components) vs. Angular directives". Essentially, Angular directives allow you to create new elements in HTML. That's done through JavaScript because the proper API primitives haven't existed in the web platform to create components. Now they're getting built in via Custom Elements, Shadow DOM, etc. Frameworks also win because they can leverage these new APIs. [1]: http://stackoverflow.com/questions/18089075/what-is-the-diff... |
|