mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
68ac204074
Updates the template parser to detect and ignore processing instruction syntax (e.g. `<? foo ?>` or `<? foo >`). Currently it is being printed out as text. Fixes #34371.