The aim of this video is to understand the Dependency Injection and Inversion Of Control Patterns in software development.
- Understand inversion of control and DI.
- Create a service and use dependency injection to inject that service into any component that needs it.
- Create a service, register that service, and examine how to use the service inside a component.