Hi,
I am using Angular Kanban in our project. We have dynamic fields to be displayed in card. Is there any way we can use our own card component? so that we can customize it to our needs and not depend on the existing card template.
Also, when I tried to use textTemplate, I was not able to use settings.Template =’#someId’. I just want to use something like this for whole card. As I said, it would be nice if we can use something like <ng-template #cardTemplate let-data>….(Anything inside it can be added)</ng-template>