Relative Content

Tag Archive for angularangular-cli

Angular does not show new Images or Files after ng serve in Version 17 18

when creating a new angular app in Version 17,18 and start the server with ng serve, then new files in the assets folder will be shown with CANNOT GET..
when stopping the server and run ng serve again, then the files will be there.
for reproduction:
new app with:
ng new a17_test_image
then
ng serve

Angular dev server got broken with the v18 upgrade

With the Angular 17.3 -> 18.0 upgrade, the local dev server (ng serve) got broken. We use it to connect the local dev instance to our backends in the cloud, for development. There were no config changes, only dependencies and unrelated code level migrations.