Using VS code angular 14
Project was updated from angular 8
ng build and ng serve works fine.
But http://localhost:4200/ give this error: Failed to load resource: the server responded with a status of 404 (Not Found) :4200//assets/config.json:1
And I stuck here.
In the file
configuration.service.tsthere is thisI changed the first line because it is adding a backslash for I don’t know what reason.
And this solve the issue. So thank you all for your help, it made me think to look for this double backslash