Modules in Ionic/Angular

"Ionic and Angular are built and designed to be very modular. This means the code can be written to be very reusable, logical, and easy to understand. It also enables Angular’s dependency injection system to do it’s magic.

In this post we’ll discuss what a module is, how to write one, and different ways to use them."