Getting started with angular-dart
Remarks#
AngularDart is a client-side framework for creating structured web applications in Dart.
AngularDart is an implementation of Angular in Dart. It shares concepts and some API with the TypeScript version but differs in implementation, taking advantage of Dart features such as classes and annotations.
Features
- Reusable components
- Bind models (Dart classes) to HTML markup
- Deep linking
- Form validation
- Dependency injection
- Testable
Links
Versions#
Stable
Version | Release Date |
---|---|
2.2.0 | 2016-11-30 |
2.1.0 | 2016-11-19 |
2.0.0 | 2016-10-20 |
Dev
Version | Release Date |
---|---|
3.0.0-alpha+1 | 2016-02-07 |
3.0.0-alpha | 2017-01-18 |
Changelog
Installation or Setup
Detailed instructions on getting angular-dart set up or installed.