mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Conform to Angular 2 style by removing `src` from library directives. Completed with: ``` find -name "*.dart" | xargs sed -i -e 's!library\(.*\)src\.\(.*\)!library \1\2!' ``` Closes #1005 Closes #1038 |
||
|---|---|---|
| .. | ||
| bind_generator | ||
| common | ||
| directive_processor | ||
| integration | ||
| reflection_remover | ||
| template_compiler | ||
| transform.server.spec.dart | ||