I'm using PrimeNG
and I want to accomplish draggable events into a calendar in Angular, just like in the demo here. This is the live demo. The problem is that the example is in Vanilla JS
and angular needs it on typescript.
I created a StackBlitz where I attempted to do so, but the calendar is simply not showing, because of the typescript code.