There is already an unsolved topic for the same question/problem but my got deleted.
Basically trying to integrate this: https://github.com/yandongCoder/circular-menu to my angular project but so far no luck. What I did so far:
declare const CMenu: any in my app.component.ts due to no no type declaration availablemenu = CMenu("#menu1").config.... part as showed here in the creators example: https://jsfiddle.net/yandongCoder/kL4j7xor/10/Result: Error in Inspector
Maybe someone experienced here with a good advice on where the problem could be? Or even a solution for it? Would be also awesome and helpful to know for others i think. Anyway already a big thanks for reading this and your help.
Edit: As soon as I comment-out the menu variable declaration my page is loading again (obviously the js not working then) without error. So, something is happening. Might be a format problem of the menu variable declaration? Try to post here also a stackblitz or so if i manage to get it there