mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
19b88cef71
Currently render3's `parseTemplate` throws away the parsed AST and returns an empty list of HTML nodes if HTML->R3 translation failed. This is not preferrable in some contexts like that of a language service, where we would like a well-formed AST even if it is has errors. PR Close #39413