angular/modules/angular2/test/core
Yegor Jbanov 4a961f4ecb feat(di): provide two ways to create an injector, resolved and unresolved
Add two factory static functions to Injector: resolveAndCreate and
fromResolvedBindings.

We want to avoid resolution and flattening every time we create a new
injector. This commit allows the user to cache resolved bindings and
reuse them.
2015-04-13 15:06:43 -07:00
..
annotations fix(build): Actually code in the subset of JS that Traceur-Dart supports. 2015-03-31 16:08:49 -07:00
compiler feat(di): provide two ways to create an injector, resolved and unresolved 2015-04-13 15:06:43 -07:00
testability feat(testability): add an initial scaffold for the testability api 2015-04-01 13:54:06 -07:00
zone feat(tests): add a test injector 2015-03-13 18:20:02 +01:00
application_spec.js feat(bootstrap): changed bootstrap to return ComponentRef 2015-04-10 18:14:59 -07:00