Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

CUSTOM_ELEMENTS_SCHEMA

Defines a schema that allows an NgModule to contain the following:

    Non-Angular elements named with dash case (-).
    Element properties named with dash case (-). Dash case is the naming convention for custom elements.
    
const CUSTOM_ELEMENTS_SCHEMA: SchemaMetadata;
Source by angular.io #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
7+3 =