angular/packages/compiler/src/render3
Alex Rickabaugh d723a69b31 fix(ivy): animations should not be a hard error yet (#24738)
Previously the Ivy template compiler would throw on encountering
an animation binding (e.g. [@anim]). This is unneccessary and
precludes testing existing code. This commit changes the error to a
warning.

PR Close #24738
2018-07-12 16:36:35 -04:00
..
view fix(ivy): animations should not be a hard error yet (#24738) 2018-07-12 16:36:35 -04:00
r3_ast.ts test(ivy): add html to ivy ast transformer tests (#23546) 2018-05-09 11:49:18 -07:00
r3_factory.ts fix(ivy): inject() no longer uses default value parameters (#24565) 2018-06-21 13:14:10 -07:00
r3_identifiers.ts fix(ivy): *Def types are private (ɵ) symbols (#24738) 2018-07-12 16:36:35 -04:00
r3_jit.ts feat(ivy): JIT renders the TODO app (#24138) 2018-05-30 11:25:57 -07:00
r3_module_compiler.ts fix(ivy): generate a type parameter for InjectorDef (#24738) 2018-07-12 16:36:35 -04:00
r3_module_factory_compiler.ts feat(ivy): add an IVY local the compiler which avoids analyzeModule (#23441) 2018-04-19 16:32:09 -07:00
r3_pipe_compiler.ts feat(ivy): support pipe compilation from local metadata (#24703) 2018-07-03 18:36:02 -04:00
r3_template_transform.ts feat(ivy): add error reporting to the html to ivy transformer (#23546) 2018-05-09 11:49:18 -07:00
r3_types.ts refactor(ivy): remove the backpatch compiler (#23441) 2018-04-19 16:32:09 -07:00
util.ts feat(ivy): first steps towards JIT compilation (#23833) 2018-05-21 19:13:50 -04:00