While creating new ionic project in angular not generating module.ts and app-routing.module.ts files in the project

while creating ionic project with ionic start and followed by angular framework and choosing blank page, the app-routing.module.ts and app.module.ts file is missing. previously it does while creating a project and even when generating a page it separately create its own module.ts and routing.ts file. is there any solution back to normal?

hi @youssef_tdi, the latest version of ionic incorporates independent components, for this reason the files you mention are not necessary. This video helped me a little

I have the same issue. No app.modules.ts and app-routing.module.ts . I see an app.route.ts file

Here I tried to bring back the modular approach of Angular.
The template from the Side menu was taken as a basis.