'Adding generated script file after angular build to index.html

image 1 file i want to added in index.html image 2 index.htmlAfter the angular build there are many javascript files generated in dist/ , But some javascript file is not getting added in index.html . How can i add those js file in index.html ?

Name generated everytime is different after every build something like file1.[hash_value].js .



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source