On the Grid Lite Overview page, the "Installation and Setup" section states:
Before starting the application, make sure to import and pass the custom element schema as shown below.
However, the sample code that follows does not import or pass any custom element schema. It only imports IgxGridLiteComponent and IgxGridLiteColumnComponent and registers them in the component imports. There is no reference to CUSTOM_ELEMENTS_SCHEMA (or any schema) anywhere in the snippet.
So the explanatory text and the accompanying code are inconsistent, which is confusing for readers. This inconsistency should be corrected.
Page: https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid-lite/overview
On the Grid Lite Overview page, the "Installation and Setup" section states:
However, the sample code that follows does not import or pass any custom element schema. It only imports
IgxGridLiteComponentandIgxGridLiteColumnComponentand registers them in the componentimports. There is no reference toCUSTOM_ELEMENTS_SCHEMA(or any schema) anywhere in the snippet.So the explanatory text and the accompanying code are inconsistent, which is confusing for readers. This inconsistency should be corrected.
Page: https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid-lite/overview