...

/

Summary: NgRx — Advanced Concepts

Summary: NgRx — Advanced Concepts

Let's briefly review what we learned in this chapter.

Working with lazy-loaded modules

When an Angular application loads, all of its modules load as well. This is known as eager loading. This is the default behavior of all the Angular modules. However, if we ...