Please find the link below to help me troubleshoot. I am trying to implement click events for a button in the button-renderer component template and the component is used in a customColumn cellRenderer. I can't figure out why it's not showing the button-renderer template. Any help would be appreciated. Thank you!
Asked
Active
Viewed 210 times
0
-
Please add the link to the editable Slackblitz page, where we can also take a look at your code. Alternatively, you may paste your code here, too – AkshAy Agrawal Jun 17 '21 at 10:27
-
Sorry I attached the wrong link. https://stackblitz.com/edit/angular-issue-repro2-k9ouxu?file=src/app/app.component.ts – Renee Jun 17 '21 at 14:08
-
I kept getting "Class constructor ButtonRenderer cannot be invoked without 'new'" error message – Renee Jun 17 '21 at 14:10
-
There was a compilation error on your slackblitz.. I have just fixed that on your link – AkshAy Agrawal Jun 17 '21 at 14:26
-
Thank you @AkshAyAgrawal Do you have any insights on why the template in buttonRenderer component is not shown? – Renee Jun 17 '21 at 17:42