I have custom1.js, custom2.js, custom3.js JS files and load these files into Angular component1,component2,component3 respectively. I can add these files to the index.html files but Don't want to load these files globally.
Need to load these files component specific. Also, I went throw this Stackoverflow answer but not getting exactly way to solve this problem. Is there any other ways to solve this problem.?
Thank in advance.