Commit Graph

6 Commits

Author SHA1 Message Date
ffd1ac425e style(DI): idiomatic TS 2015-06-17 11:22:16 +02:00
c4ecbf0a7f fix: rename FORWARD_REF to forwardRef in the Angular code base.
Now that ts2dart understands forwardRef, there's
no need to maintain the old syntax.
2015-06-12 15:41:08 -07:00
2ccc65d7fd fix: Improve error message on missing dependency 2015-06-10 16:40:38 -07:00
d523613329 test(di): added a test verifying hierarchical injection 2015-05-29 15:52:46 -07:00
df59e969cf chore(di): moved tests to typescript 2015-05-22 17:32:21 -07:00
1eea2b254e feat: allow for forward references in injection
It is possible for a class defined first to be referencing a class defined later,
and as a result at the time of the definition it is not possible to access the later's
class reference. This allows to refer to the later defined class through
a closure.Closes #1891
2015-05-15 21:12:57 -07:00