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

SkillSoft Explore Course

Aspire     Enriched Web Development with Angular 11     Track 1: Building Web Applications with Angular 11
Nested components in Angular allow the use of reusable logic within separate units, which can be associated with one or more different components at a time. Take this course to supplement your knowledge of working with nested components in Angular.
Try your hand at building a nested component, using the @Input and @Output keywords, and implementing the ViewChild property.
After wrapping up this course, you'll be able to use nested components to build applications in Angular that are composed of multiple components working together.

Objectives

Angular 11: Working With Nested Components

  • discover the key concepts covered in this course
  • describe nested components and the parent-child component structure
  • list the use of the @Input keyword and pass data to the child component
  • list the use of @Output keyword, pass events from child component to parent component, and update properties of parent component using child component
  • explain ViewChild and implement ViewChild property in Angular component
  • summarize the key concepts covered in this course