npm install -g http-server, install the http-server in angular project.
Go to file location which needs to be accessed and open cmd prompt, use cmd
http-server ./
Access any of the paths with port number in browser(ex: 120.0.0.1:8080)
4.now in your angular application use the path "http://120.0.0.1:8080/filename"
Worked fine for me