Angular keep fils on the build Example of copying _redirects file from the root filder to the dist root folder on build time. angular.json: "assets": [ "src/favicon.ico", "src/assets", { "glob": "_redirects", "input": "./", "output": "/" } ],