mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| binding_parser.ts | ||
| template_ast.ts | ||
| template_parser.ts | ||
| template_preparser.ts | ||