How to organize the App modules?

Hey!

I was thinking recently if I should create multiple modules in a Ionic App.
In an Angular application people uses multiple modules to alow lazy load and makes the page load faster. Should I do the same in a Ionic App? Turn on each page into a module to speed up app openning time?

Thanks!