Hacker News new | ask | show | jobs
by kolar 3039 days ago
Dart as a language is great. My biggest complaint for dart team is that they have abandoned Polymer Dart. For web we have now Angular which is overkill for small to medium non-CRUD apps or dart:html which is like jQuery with types, just a little bit to low level.
1 comments

There is a Angular Elements project in Angular's 2018 roadmap to make it easy to create web component. This feature likely will be in AngularDart. There is also an early stage project to create light weight Angular to be JQuery replacement and non-CRUD apps.