angular/modules/@angular/core/src/linker
Tobias Bosch bf598d6b8b feat(compiler): support sync runtime compile
Adds new abstraction `Compiler` with methods
`compileComponentAsync` and `compileComponentSync`.
This is in preparation of deprecating `ComponentResolver`.

`compileComponentSync` is able to compile components
synchronously given all components either have an inline
template or they have been compiled before.

Also changes `TestComponentBuilder.createSync` to
take a `Type` and use the new `compileComponentSync` method.

Also supports overriding the component metadata even if
the component has already been compiled.

Also fixes #7084 in a better way.

BREAKING CHANGE:
`TestComponentBuilder.createSync` now takes a component type
and throws if not all templates are either inlined
are compiled before via `createAsync`.

Closes #9594
2016-06-28 10:26:16 -07:00
..
compiler.ts feat(compiler): support sync runtime compile 2016-06-28 10:26:16 -07:00
component_factory.ts fix: public api surface fixes + stability markers 2016-06-28 07:39:40 -07:00
component_factory_resolver.ts feat(compiler): support sync runtime compile 2016-06-28 10:26:16 -07:00
component_resolver.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
debug_context.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
dynamic_component_loader.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
element.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
element_injector.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
element_ref.ts fix: public api surface fixes + stability markers 2016-06-28 07:39:40 -07:00
exceptions.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
query_list.dart repackaging: all the file moves 2016-05-01 20:51:00 -07:00
query_list.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
systemjs_component_resolver.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
template_ref.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
view.ts feat(core): split ChangeDetectorStrategy into ChangeDetectionStrategy and ChangeDetectorStatus 2016-06-27 20:19:20 -07:00
view_container_ref.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
view_ref.ts feat(core): split ChangeDetectorStrategy into ChangeDetectionStrategy and ChangeDetectorStatus 2016-06-27 20:19:20 -07:00
view_type.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
view_utils.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00