Feature Modules - SalmaTofaily/RightMedia GitHub Wiki

We separate features into modules, this not only adds organization, but also allows lazy loading for the app for best performance. In the project, feature Modules use Eager lazy loading (preload) so we get fast start of the app, and no delay when navigating to a feature module.

Account Manager Module

A module for users management.