I have a plain old .js
file that draws svg on my Angular component.
I have some events in that file and I want to call functions defined in my component code from that .js
file.
I haven't found any solution to this problem? Is this achievable? If yes how?
Thank you.