W3cubDocs

/Angular

NO_ERRORS_SCHEMA

const

Defines a schema that allows any property on any element.

See more...

const NO_ERRORS_SCHEMA: SchemaMetadata;

Description

This schema allows you to ignore the errors related to any unknown elements or properties in a template. The usage of this schema is generally discouraged because it prevents useful validation and may hide real errors in your template. Consider using the CUSTOM_ELEMENTS_SCHEMA instead.

© 2010–2023 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://angular.io/api/core/NO_ERRORS_SCHEMA