Cant use moving grid
New DiscussionERROR
src/app/hpt/ui-components/week-grid/week-grid.component.html:19:11 - error NG8002: Can't bind to 'moving' since it isn't a known property of 'igx-grid'.
1. If 'igx-grid' is an Angular component and it has 'moving' input, then verify that it is part of this module.
2. If 'igx-grid' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
19 [moving]="true"
~~~~~~~~~~~~~~~
src/app/hpt/ui-components/week-grid/week-grid.component.ts:27:16
27 templateUrl: './week-grid.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component WeekGridComponent.
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
1 Created On
Sep 26, 2022 Last Post
3 years, 5 months ago