Reputation: 47
I'm using Ag-Grid to display my data. The Grid is on almost all of our screens. On all the screens, it's loading and working properly. For my new task, I have created a new component, there I'm getting the above error. I tried in all the ways
Front end: TypeScript with Angular - 7. Ag-Grid: Enterprise Version: 20.2.0
I noticed that this error is coming up in the console in the below use case. In my project, I have a single parent component loading multiple child components based on view.
When the parent component is loading with one child, if I interrupt and change my view to load another component, at that time the above is showing up in the console.
Upvotes: 0
Views: 1956
Reputation: 1333
Check yours html binding where you add ag component , looks like you missed bindings value that could be imported from others components .
Upvotes: 1