I'm trying to use angular material tree combined with checkbox, but instead of using pure text to the side of the checkbox, I want to render my own angular component.
upon selection the model of that component should be emitted.
I've tried to use the following as a reference: https://stackblitz.com/angular/poxkygvnbyd?file=app%2Ftree-checklist-example.ts
And also tried reading the angular material tree API: https://material.angular.io/components/tree/api
Still not sure how it can be done.