New Angular 17 apps are missing app.module.ts

app.module.ts is no longer included in the ng new command. You must include this flag for the app to scaffold like before:

--no-standalone