angular/packages/compiler-cli/src/ngtsc
Alex Rickabaugh 456f23f76a fix(ivy): reflect animations field directly into the output definition (#26322)
The 'animations' field of @Component metadata should be copied directly
into the ngComponentDef for that component and should not pass through
static resolution.

Previously the animations array was statically resolved and then the
values were translated back when generating ngComponentDef.

PR Close #26322
2018-10-09 16:45:31 -07:00
..
annotations fix(ivy): reflect animations field directly into the output definition (#26322) 2018-10-09 16:45:31 -07:00
diagnostics feat(ivy): output diagnostics for many errors in ngtsc (#25647) 2018-08-31 09:43:30 -07:00
factories build(bazel): make resolveTypeReferenceDirectives override work with both ts 2.9 & ts 3.0 (#25581) 2018-08-31 11:12:03 -07:00
host fix(ivy): support late-initialized variables in ngcc/ngtsc (#26236) 2018-10-08 13:45:46 -07:00
metadata fix(ivy): ensure ngcc compiles @angular/core with correct internal imports (#26236) 2018-10-08 13:45:46 -07:00
testing feat(ivy): introduce type-checking context API (#26203) 2018-10-04 10:11:17 -07:00
transform feat(ivy): turn on template type-checking via fullTemplateTypeCheck (#26203) 2018-10-04 10:11:17 -07:00
translator fix(ivy): ensure ngcc compiles @angular/core with correct internal imports (#26236) 2018-10-08 13:45:46 -07:00
typecheck feat(ivy): introduce type-checking context API (#26203) 2018-10-04 10:11:17 -07:00
util build(bazel): update to rules_typescript 0.17.0 & rules_nodejs 0.13.4 (#25920) 2018-09-18 13:05:38 -07:00
program.ts feat(ivy): turn on template type-checking via fullTemplateTypeCheck (#26203) 2018-10-04 10:11:17 -07:00
resource_loader.ts feat(ivy): support templateUrl for ngtsc (#24704) 2018-07-03 13:31:44 -07:00