├── .gitignore └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | *packages/ 2 | .packages 3 | .pub 4 | pubspec.lock -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | **MOVED**: See [https://github.com/dart-lang/angular](https://github.com/dart-lang/angular). 2 | --------------------------------------------------------------------------------