Angular 11: Working With Nested Components
Angular
| Intermediate
- 6 videos | 21m 39s
- Includes Assessment
- Earns a Badge
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.
WHAT YOU WILL LEARN
-
Discover the key concepts covered in this courseDescribe nested components and the parent-child component structureList 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 componentExplain viewchild and implement viewchild property in angular componentSummarize the key concepts covered in this course
IN THIS COURSE
-
1m 4sThis course will show you how to build nested components, pass data to components via @Input, move data from the nested component into the parent via @Output, and explore the ViewChild property. FREE ACCESS
-
3m 6sExplore nested components and the parent-child component structure. Examine the Talks parent component, the @Output function and @EventEmitter function. Learn about the @ViewChild decorator in Angular. FREE ACCESS
-
4m 20sExamine the @Input keyword and see how to pass data to the child component. Use Visual Studio editor to create a property with a value to pass over to a child component. Work with a product.component.ts file to demonstrate value transfers. FREE ACCESS
-
6m 55sExplore the @Output keyword. See how to pass events from a child component to a parent component. Find out how to update the properties of a parent component via a child component. Use Visual Studio and a browser console window to recode and observe the behavior of components. FREE ACCESS
-
4m 42sUse Visual Studio and a browser's console to examine and implement the ViewChild property in Angular. Verify that the component is loaded into the DOM (Document Object Model). Access the child component via a reference and then execute a method as well as access properties in that child component. FREE ACCESS
-
1m 33sIn this course, you saw how to build nested components, pass data to components via the @Input decorator, move data from the nested component into the parent via @Output, and explore the ViewChild property. FREE ACCESS
EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE
Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.
Digital badges are yours to keep, forever.YOU MIGHT ALSO LIKE
Book
Pro Angular 16