IgxQueryBuilderModule cannot be loaded #13006
-
Dear everyone, I'm trying to use IgxQueryBuilder, but it seems IgxQueryBuilderModule cannot be resolved.
Both options lead me to the Module has no exported member 'IgxQueryBuilderModule'. Any help would be appreciated. Daniele |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi Daniele, The Although the caret symbol “^” on the "@infragistics/igniteui-angular" dependency version should mean it targets the highest available minor and patch versions, my suggestion is to make sure the version is indeed 14.2.x. You could check the package-lock.json file. If the issue persists, please, provide a sample reproducing it, so that we can investigate this further. Currently, the demos in our documentation for the Query Builder topic work as expected. |
Beta Was this translation helpful? Give feedback.
Hi Daniele,
The
IgxQueryBuilder
was extracted as a separate component in version14.2.0
. More information can be found in our Changelog.Although the caret symbol “^” on the "@infragistics/igniteui-angular" dependency version should mean it targets the highest available minor and patch versions, my suggestion is to make sure the version is indeed 14.2.x. You could check the package-lock.json file.
If the issue persists, please, provide a sample reproducing it, so that we can investigate this further. Currently, the demos in our documentation for the Query Builder topic work as expected.