mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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. |
||
|---|---|---|
| .. | ||
| compiler_spec.js | ||
| component_url_mapper_spec.js | ||
| directive_metadata_reader_spec.js | ||
| dynamic_component_loader_spec.js | ||
| element_injector_spec.js | ||
| integration_spec.js | ||
| query_integration_spec.js | ||
| query_list_spec.js | ||
| view_factory_spec.js | ||