W3cubDocs

/Angular

NO_ERRORS_SCHEMA

Defines a schema that allows any property on any element.

API

const NO_ERRORS_SCHEMA: SchemaMetadata;

Description

Defines a schema that allows any property on any element.

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.

Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/core/NO_ERRORS_SCHEMA