chore(Dart): remove obsolete files, update the docs

This commit is contained in:
Victor Berchet
2016-07-21 11:48:23 -07:00
parent 51f3d22e4f
commit e73ac1e992
272 changed files with 7 additions and 14339 deletions

View File

@ -95,7 +95,7 @@ Before you submit your Pull Request (PR) consider the following guidelines:
* In GitHub, send a pull request to `angular:master`.
* If we suggest changes then:
* Make the required updates.
* Re-run the Angular 2 test suites for JS and Dart to ensure tests are still passing.
* Re-run the Angular 2 test suites to ensure tests are still passing.
* Rebase your branch and force push to your GitHub repository (this will update your Pull Request):
```shell