6

Dart 的 Web 组件Angular 的指令看起来很相似。有什么显着差异吗?

4

1 回答 1

5

它们确实有类似的目的。然而,Web 组件不是 Dart 的一部分,它们是浏览器的一部分。Dart Web-UI 确实使用了 Web 组件(http://www.w3.org/TR/2013/WD-components-intro-20130606/)。AngularJS 计划将它们用于 2.0,可以在此处阅读:http ://www.2ality.com/2013/05/web-components-angular-ember.html

它归结为许多功能是共享的。但是 Angular.js 有一个纯 JS 实现,而 Darts 的 Web-UI 使用浏览器技术。

Angular will use the underlying web platform features available to it 
(e.g. Node.bind, template integration, Custom Elements, etc...)
于 2013-07-06T22:00:01.013 回答