angular/modules/@angular/compiler-cli/src
Tobias Bosch 0988cc82b0 refactor(core): remove ViewResolver and ViewResolverMock
The methods on `ViewResolverMock` have been merged into `DirectiveResolver`.

BREAKING CHANGE:
- ES5 users can no longer use the `View(…)` function to provide `ViewMetadata`.
  This mirrors the removal of the `@View` decorator a while ago.
2016-07-29 04:47:17 -07:00
..
codegen.ts refactor(core): remove ViewResolver and ViewResolverMock 2016-07-29 04:47:17 -07:00
compiler_private.ts refactor(core): change module semantics 2016-07-26 07:04:10 -07:00
core_private.ts fix(core): support components without a selector (#10331) 2016-07-28 10:39:10 -07:00
extract_i18n.ts refactor(core): remove ViewResolver and ViewResolverMock 2016-07-29 04:47:17 -07:00
main.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
reflector_host.ts fix(compiler): No longer writes 0 length files outside of genDir (#10023) 2016-07-13 11:15:23 -07:00
static_reflection_capabilities.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
static_reflector.ts feat(compiler): Added support for conditional expressions. (#10366) 2016-07-28 17:32:29 -07:00