New components not adding to app.module.ts

Hi everyone!

I’m starting with Ionic 5 + Angular so I’m watching a lot of tutorials. Today I realized that, when I create a new custom component, Ionic doesn’t add it automatically at app.module.ts.

You may thing that this is a stupid question (and you are probably right), but I couldn’t find anything about this and I just want to know if it only happens to me or if this is an update of Ionic 5 or something.

Thanks a lot!!

It’s not a stupid question, but since there are so many ways to structure components and modules, trying to do something like this “automatically” is likely to cause as many problems as it solves. Frankly, I sort of feel similarly about “automatic” page generators in general, and don’t use them at all.