0
emadnasser1983 created
Prerequisites
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
- What is your product version? v10.3.0
- What is your product type (Angular or MVC)? Angular
- What is product framework type (.net framework or .net core)? .net core
package.json "devextreme": "^21.1.3", "devextreme-angular": "^21.1.3",
Error: src/app/main/phonebook/phonebook.component.html:10:35 - error NG8002: Can't bind to 'dataSource' since it isn't a known property of 'dx-data-grid'.
- If 'dx-data-grid' is an Angular component and it has 'dataSource' input, then verify that it is part of this module.
- If 'dx-data-grid' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
1 Answer(s)
-
1
Hi @emadnasser1983,
Have you imported related modules https://js.devexpress.com/Documentation/Guide/Angular_Components/Getting_Started/Add_DevExtreme_to_an_Angular_CLI_Application/#Import_DevExtreme_Modules ?