angular-dart

Topics related to angular-dart:

Getting started with angular-dart

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

What belongs in stackoverflow vs. webdev.dartlang.org?