I am trying to trigger an angular component method when i click on an html button which is located inside a separate plain HTML file in the 'src' folder in the same project.
I tried different ways through NgZone, callback function, etc but the angular component method is not firing.