mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
In 'angular2/di' the symbol: - Inject is a decorator - InjectAnnotation is an annotation Internally one an get a hold of annotations without *Annotations appened (to make ts2dart work without workarounds) by importing from 'angular2/src/di/annotations_impl' instead of 'angular2/di'. This is needed only for users that transpile through TS and through ts2dart. |
||
|---|---|---|
| .. | ||
| element_binder.js | ||
| property_setter_factory.js | ||
| proto_view.js | ||
| proto_view_builder.js | ||
| view.js | ||
| view_container.js | ||
| view_factory.js | ||
| view_hydrator.js | ||