angular/packages/compiler/src/template_parser
Andrew Kushnir 68bdbf0520 fix(ivy): validate props and attrs with "on" prefix at runtime (#28054)
Prior to this change we performed prop and attr name validation at compile time, which failed in case a given prop/attr is an input to a Directive (thus should not be a subject to this check). Since Directive matching in Ivy happens at runtime, the corresponding checks are now moved to runtime as well.

PR Close #28054
2019-01-14 10:53:03 -08:00
..
binding_parser.ts fix(ivy): validate props and attrs with "on" prefix at runtime (#28054) 2019-01-14 10:53:03 -08:00
template_ast.ts fix(compiler): fix a few non-tree-shakeable code patterns (#24677) 2018-06-28 17:51:42 -04:00
template_parser.ts fix(core): size regression with closure compiler (#25531) 2018-08-30 21:22:40 -07:00
template_preparser.ts refactor(compiler): misc minor (#23441) 2018-04-19 16:32:09 -07:00