Posted 30 October 2019, 11:59 am EST
Hi, I have a hybrid Angular application up and running. We are using Wijmo FlexGridFilters and FlexGrids in a lot of the pages in the AngularJS side of the application. At the same time, we’re trying to add a new FlexGrid to a downgraded Angular component. We have both Wijmo library versions (angularjs and angular) imported or included. I suspect this might be a problem. We’re getting an error saying the following:
"Uncaught Error: Template parse errors:
‘wj-flex-grid’ is not a known element:
- If ‘wj-flex-grid’ is an Angular component, then verify that it is part of this module.
- If ‘wj-flex-grid’ is a Web Component then add ‘CUSTOM_ELEMENTS_SCHEMA’ to the ‘@NgModule.schemas’ of this component to suppress this message.