Why isn't the app module.ts component being generated

I’ve initiated a new Angular project in VS Code, but it seems that the app module.ts component isn’t being created within the project.

Angular 17 uses “standalone” by default, so it doesn’t use module.ts anymore.

Not sure about VS Code, but when using the Ionic CLI to create apps you can still use ngModules Angular apps that would have the module.ts by using --type angular instead of --type angular-standalone