Dart的Web组件与Angular的指令

时间:2013-07-06 18:27:01

标签: angularjs-directive dart dart-webui angular-dart

Dart's Web ComponentAngular's Directives看起来非常相似。有什么重大差异吗?

1 个答案:

答案 0 :(得分:5)

他们确实服务于类似的目的。但是Web Components不是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...)