5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

IT Professional Curricula     Software Development Solution Area     C++ Programming     Angular 11 Development
Angular allows the use of one object in another class that consumes it through dependency injections. Try your hand at implementing dependency injections within a component and configure the injected object via the constructor of the consuming class through this course.
Examine services in Angular and demonstrate how a service is used in a component. You'll also learn to inject services into components and access data inside of these services.
By the end of this course, you will have the knowledge to work with services and dependency injections in Angular.

Objectives

Angular 11: Services & Dependency Injection

  • discover the key concepts covered in this course
  • relate dependency injection to Angular components
  • create a service in Angular module and populate it with common shared data
  • register a service to Angular module
  • inject a service inside an Angular component
  • access the data available inside a service
  • summarize the key concepts covered in this course