I have an Angular 2 rc-2 app with basic routing implemented.The paths are /path1 which is the default path and /path2.The home path /
/path1
/path2
/
In new version of angular add the config path to angular.json and because angular.json is in the app folder be sure to add it with src/web.config
"assets": [ "src/assets", "src/web.config" ],