I have created a HTML and corresponding .js files seperately.
Now, what I require is to load them in my existing angular project, so that for example, I can open the new HTML and .js as:
localhost:portnumber/HTML file name - or something similar
I have learned over internet to mention the js file in angular.json, but what about the html file ? How do I load it? Can someone please help?