a
a copied to clipboard
Library for annotating ES5
- Add strict mode - Add missing semicolons I hope that helps a bit :balloon: [](https://reviewable.io/reviews/angular/a/3)
试试
### angular/a now has a Chat Room on Gitter @matsko has just created a chat room. You can visit it here: [https://gitter.im/angular/animations](https://gitter.im/angular/animations?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&content=body_link). This pull-request adds this badge to your README.md:...
@btford commented on [Sat Mar 12 2016](https://github.com/angular/angular/pull/7559) WIP branch related to: #7481
Here's a suggestion for another potential syntax that looks even more like decorator annotations and removes the need for the `.for` DSL. ``` js (a).RouteConfig([ { path: '/' } ])...