Angular 17 is missing some files that were created by the older Angular. Use the following Code when creating a new project:
ng new <project name> --no-standalone
Not everyone will need to do this, but if you are developing or learning with an older version of Angular, then you will need to do this to follow the examples or tutorial.