why are you not using the ionic cli ? if it does some extra work, using ng cli is a poor choice, as a result you don't need to manually create NgModule for each Component they way you're doing it, plus you're missing the routing module which is required for lazy loading, all provided by ionic cli. Also look into using angular reactive forms for inputs, the two-way-binding is a quick and sloppy way to do things, for example you can't even do validation.
Haribol, Radhe Radhe
thanks for the tutorial brother. But the sound is too low, hard to understand. It's like whispering... But thank you, good info.
why are you not using the ionic cli ? if it does some extra work, using ng cli is a poor choice, as a result you don't need to manually create NgModule for each Component they way you're doing it, plus you're missing the routing module which is required for lazy loading, all provided by ionic cli.
Also look into using angular reactive forms for inputs, the two-way-binding is a quick and sloppy way to do things, for example you can't even do validation.