mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This allows TypeScript to produce an API surface which matches the Dart semantics.
I found these with:
gulp build.js.dev && find dist/js/dev/es5/angular2/src -name "*.d.ts" -exec grep -H -n '^ *_' {} \;
Closes #4638
|
||
|---|---|---|
| .. | ||
| animate | ||
| core | ||
| http | ||
| mock | ||
| router | ||
| test_lib | ||
| tools | ||
| transform/template_compiler | ||
| web_workers | ||