It seems impossible. Whether I use @HostBinding
or elementRef.nativeElement.setAttibute(camelCaseAttribute, "true")
in both cases the camelCaseAttribute becomes camelcaseattribute in the rendered dom.
All I want to do is set ngDraggable using a directive, why is that not possible? (ngdraggable will not work)
Thanks a lot.