angular/modules/angular2/test/di
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
..
async_spec.js feat(di): provide two ways to create an injector, resolved and unresolved 2015-04-13 15:06:43 -07:00
binding_dart_spec.dart fix(di): refactor bindings to support Dart annotations 2015-04-13 15:06:43 -07:00
injector_spec.js feat(di): provide two ways to create an injector, resolved and unresolved 2015-04-13 15:06:43 -07:00
key_spec.js feat(compiler): DOM adapters + html5lib implementation; misc fixes 2015-02-27 16:49:14 -08:00