angular/packages/animations/browser/src/dsl
Kristiyan Kostadinov 52cc7f839b build: align with internal tsconfig options (#51728)
Currently internally Angular has some customized tsconfig files, because we don't align with the tsconfig of the rest of g3. These changes enable `noImplicitReturns` and `noPropertyAccessFromIndexSignature` to align better with the internal config.

PR Close #51728
2023-09-12 11:39:42 -07:00
..
style_normalization refactor(animations): cleanup ahead of animation lazy loading (#51249) 2023-08-31 18:35:48 +00:00
animation.ts fix(animations): allow animations with unsupported CSS properties (#44729) 2022-02-23 08:57:57 -08:00
animation_ast.ts perf(animations): Remove generic objects in favor of Maps (#44482) 2022-01-31 20:28:43 +00:00
animation_ast_builder.ts fix(animations): remove unnecessary escaping in regex expressions (#51554) 2023-08-29 21:52:33 +00:00
animation_dsl_visitor.ts perf(animations): Remove generic objects in favor of Maps (#44482) 2022-01-31 20:28:43 +00:00
animation_timeline_builder.ts refactor(animations): handle #24571 todos (#49231) 2023-03-06 18:45:33 +00:00
animation_timeline_instruction.ts perf(animations): Remove generic objects in favor of Maps (#44482) 2022-01-31 20:28:43 +00:00
animation_transition_expr.ts build: align with internal tsconfig options (#51728) 2023-09-12 11:39:42 -07:00
animation_transition_factory.ts fix(animations): fix non-animatable warnings for easing (#48583) 2023-01-26 22:03:07 +00:00
animation_transition_instruction.ts perf(animations): made errors in the animations package tree shakeable (#45004) 2022-02-09 11:43:42 -08:00
animation_trigger.ts perf(animations): made errors in the animations package tree shakeable (#45004) 2022-02-09 11:43:42 -08:00
element_instruction_map.ts fix(animations): don't consume instructions for animateChild (#44357) 2021-12-14 16:05:35 -05:00