angular/modules/@angular/core/src/di
vikerman b4d444a0a7 feat(platform-server): add API to render Module and ModuleFactory to string (#14381)
- PlatformState provides an interface to serialize the current Platform State as a string or Document.

- renderModule and renderModuleFactory are convenience methods to wait for Angular Application to stabilize and then render the state to a string.

- refactor code to remove defaultDoc from DomAdapter and inject DOCUMENT where it's needed.
2017-02-14 16:14:40 -08:00
..
forward_ref.ts refactor: remove some facades (#12335) 2016-10-19 13:42:39 -07:00
injection_token.ts feat(core): Add type information to injector.get() (#13785) 2017-01-17 15:34:54 -06:00
injector.ts fix(closure): suppress some closure compiler warnings (#14198) 2017-01-30 18:34:14 -06:00
metadata.ts feat(core): properly support inheritance 2016-11-28 14:12:12 -08:00
provider.ts docs(core): fix typo (#14299) 2017-02-07 12:45:14 -06:00
reflective_errors.ts perf: Don’t subclass Error; resulting in smaller binary (#14160) 2017-02-07 19:18:26 -06:00
reflective_injector.ts perf: Don’t subclass Error; resulting in smaller binary (#14160) 2017-02-07 19:18:26 -06:00
reflective_key.ts refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
reflective_provider.ts feat(platform-server): add API to render Module and ModuleFactory to string (#14381) 2017-02-14 16:14:40 -08:00