The following is a canonical example of using the angular_test package to test
your AngularDart applications and components, and otherwise is "just for fun".
You'll need to git clone and pub get to see this package in action:
$ git clone https://github.com/dart-lang/angular.git
$ cd angular/examples/github_issues
$ pub global activate webdev
$ pub getIf you'd like to play around with the application yourself:
$ webdev serveUnit (sometimes called "component") tests are in test/.
$ pub run build_runner testYou can view the tests locally. Simply start the development server:
$ webdev serveAnd navigate to localhost:8081/<test_name>.debug.html. For example:
http://localhost:8081/issue_list_test.debug.html