I have problems to generate a lazy load pages. I have a new project in ionic 3 and I generate a new one page with the CLI:
ionic g page home
This is my setup:
They only generate 3 pages:
Is it corret? I thought that it will generate 4 pages with home.module.ts
What’s wrong?
Thanks