angular-cn/modules/@angular/core/test
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
..
animation fix(animations): ensure parent animations are triggered before children (#11201) 2016-09-01 13:24:26 -07:00
change_detection refactor(Provider): remove deprecated provider/bind API (#10652) 2016-08-15 19:37:42 -07:00
debug fix(DomSchemaRegistry): detect invalid elements 2016-08-30 21:32:03 -07:00
di fix(core): report errors for missing di tokens correctly (#11209) 2016-08-31 14:47:56 -07:00
dom chore(facade): remove most facade/async functions 2016-08-05 12:26:28 -07:00
facade chore: remove obsolete files (#10240) 2016-07-22 16:18:31 -07:00
linker feat(router): register NgModuleFactory objects. (#11211) 2016-09-01 13:46:08 -07:00
metadata fix(DomSchemaRegistry): detect invalid elements 2016-08-30 21:32:03 -07:00
reflection refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
testability chore(facade): remove most facade/async functions 2016-08-05 12:26:28 -07:00
util fix(core): assigns an overriden name to constructor named constructor (#11043) 2016-08-24 10:21:13 -07:00
zone fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
application_init_spec.ts fix(fakeAsync): have fakeAsync use Proxy zone. (#10797) 2016-08-19 12:10:53 -07:00
application_module_spec.ts fix(i18n): change default locale from `en_US` to `en-US` (#11103) 2016-08-26 10:30:10 -07:00
application_ref_spec.ts fix(packages): use ES modules for primary build (#11120) 2016-08-30 18:07:40 -07:00
component_fixture_spec.ts chore(formatting): fix formatting for component fixture spec (#10986) 2016-08-22 10:20:21 -07:00
dev_mode_spec.ts fix(testing): remove deprecated testing APIs (#9923) 2016-07-11 16:04:32 -07:00
directive_lifecycle_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
error_handler_spec.ts test(core): update ErrorHandler tests to handle browsers without stack (#11141) 2016-08-29 08:17:45 -07:00
fake_async_spec.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
forward_ref_integration_spec.ts fix(DomSchemaRegistry): detect invalid elements 2016-08-30 21:32:03 -07:00
spies.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
testing_internal_spec.ts chore(tests): enable lint, make it green. (#10224) 2016-07-21 17:12:00 -07:00