angular-docs-cn/modules/@angular/core/test/linker
Martin Probst ebc8e808a9 feat(router): register NgModuleFactory objects. (#11211)
When lazily loading code, users need to be able to get hold of the
NgModuleFactory. For SystemJS environments, the SystemJS registry serves
this purpose. However other environments, such as modules compiled with
Closure compiler, do not expose exports object or a path based registry.

For these environments, `@NgModule` objects can include an identifier, and
the loading code can then pass `loadModule(id).then(() =>
getNgModule(id))` to the router.
2016-09-01 13:46:08 -07:00
..
change_detection_integration_spec.ts fix(packages): use ES modules for primary build (#11120) 2016-08-30 18:07:40 -07:00
entry_components_integration_spec.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
integration_spec.ts fix(DomSchemaRegistry): detect invalid elements 2016-08-30 21:32:03 -07:00
ng_container_integration_spec.ts refactor(core): Removed linker test reference to TestComponentBuilder (#10867) 2016-08-17 15:45:29 -07:00
ng_module_integration_spec.ts feat(router): register NgModuleFactory objects. (#11211) 2016-09-01 13:46:08 -07:00
projection_integration_spec.ts fix(DomSchemaRegistry): detect invalid elements 2016-08-30 21:32:03 -07:00
query_integration_spec.ts test: fix existing tests by removing usage of obsolete stuff like component level directives, AsyncCompleter and TestComponentBuilder 2016-08-23 09:59:00 -07:00
query_list_spec.ts chore(facade): remove most facade/async functions 2016-08-05 12:26:28 -07:00
regression_integration_spec.ts refactor(compiler): replace `CompileIdentifierMap` with regular `Map` 2016-08-29 12:45:27 -07:00
security_integration_spec.ts fix(TemplateParser): disallow event-property binding even with the NO_ERRORS_SCHEMA 2016-08-30 21:32:24 -07:00
system_ng_module_factory_loader_spec.ts feat(linker): Allow configurable module prefixes and suffixes. (#11049) 2016-08-24 16:54:42 -07:00
view_injector_integration_spec.ts refactor: replace any[] with Provider[] where possible 2016-08-25 13:29:03 -07:00