Hi! Today I would like to talk about one of the most important architectural patterns in Angular.
The pattern itself is not related to Angular directly, but as Angular is component-driven framework, this pattern is one of the most essential for building modern Angular applications.
Container-Presentation pattern
It is believed that good components should be small, focused, independent, testable and most important - reusable.
If your component is making server calls, contains business logic, tightly coupled to other components, knows too much about other component’s or services’ internals, then it




.png)
.png)
.png)
.png)


.png)

.png)


