mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
f4c55e464a
The `NO_ERRORS_SCHEMA` schema can be used to ignore errors related to unknown elements or properties, but since it suppresses these errors it may also hide real problems in a template. This commit updates the `NO_ERRORS_SCHEMA` docs to mention that. Closes #39454. PR Close #42327