- An effective loading strategy is key to a successful single-page application.
- A module can be loaded eagerly, lazily and preloaded.
- Eager Loading – All modules and functions are loaded on application startup
- Lazy Loading – Modules are loaded on demand
- PreLoading – Loading Module in background just after application starts.