angular/modules/@angular/core/test
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
..
animation fix(animations): ensure void => * animations are triggered when an expression is omitted 2016-06-27 18:55:10 -07:00
change_detection chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
debug chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
di chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
dom fix(platform-browser/testing): clean up public api for platform-browser/testing (#9519) 2016-06-23 16:42:25 -07:00
facade chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
linker feat(compiler): support sync runtime compile 2016-06-28 10:26:16 -07:00
metadata chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
profile repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
reflection fix(platform-browser/testing): clean up public api for platform-browser/testing (#9519) 2016-06-23 16:42:25 -07:00
testability chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
util chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
zone fix(core/testing): clean up the core testing public API (#9466) 2016-06-23 17:10:22 -07:00
application_ref_spec.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
dev_mode_spec.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
directive_lifecycle_integration_spec.ts fix(core/testing): clean up the core testing public API (#9466) 2016-06-23 17:10:22 -07:00
fake_async_spec.ts fix(core/testing): clean up the core testing public API (#9466) 2016-06-23 17:10:22 -07:00
forward_ref_integration_spec.dart repackaging: all the file moves 2016-05-01 20:51:00 -07:00
forward_ref_integration_spec.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
matchers_spec.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
spies.dart repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -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(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00