Relative Content

Tag Archive for angularangular-cdkangular-cdk-drag-drop

Angular CDK Drag and Drop added dynamically as a string not working

getAppointmentTemplate() { const checker = true; return `<div class=’appointment’ cdkDrag style=’padding: 0.5rem;margin: 0.2rem;background-color: #000;border-radius: 5px;color: #fff;’>✅booked</div>`; } I am calling this function to append to a div inside my html. But the atribute cdkDrag is not working or not getting applied. Screenshot of calendar component So I want to create a system where user inputs […]