Marko Stanimirovic
Marko StanimirovicCore Member / Senior Frontend Engineer @ NGRX / JobCloud

Marko is a core member of the NgRx team, Senior Frontend Engineer at JobCloud, and organizer of the Angular Belgrade group. He enjoys contributing to open source software, sharing knowledge through technical articles and talks, and playing guitar.

Dependency Injection in Angular

Dependency injection is a design pattern that makes an object independent of its dependencies by decoupling its usage from its creation. It is wired into the Angular framework and provides the ability to build flexible, testable, and scalable applications. Join me in this talk to learn more about the power of the DI mechanism in Angular and beyond.