Angular 16: Working with Components
Angular 16
| Beginner
- 9 videos | 43m 10s
- Earns a Badge
Angular components are the basic building blocks of Angular applications that control views. They are essentially classes that interact with the HTML files of the application, managing its data and behavior. In this course, learn how to work with components, including passing data from a component to the template and calling a component function from the template. Next, explore nested components, the parent-child component structure, and how to build nested components using @Input and @Output decorators. Finally, discover how to use the @ViewChild decorator to access a child component and gain access to a component. After completing this course, you will be able to use nested components within your application and pass data from a class to a template and between parent and child components.
WHAT YOU WILL LEARN
-
Discover the key concepts in this coursePass data from a component to the templateCall a component function from the templateOutline nested components and the parent-child component structureUse the @input keyword and pass data to a child component
-
Use the @output keyword, pass events from a child component to a parent component, and update properties of a parent component using a child componentRecognize how the @viewchild decorator can be used to access a child component and all its featuresGain access to a component via @viewchildSummarize the key concepts in this course
IN THIS COURSE
-
34sIn this video, we will discover the key concepts in this course. FREE ACCESS
-
5m 7sDuring this video, discover how to pass data from a component to the template. FREE ACCESS
-
6mLearn how to call a component function from the template. FREE ACCESS
-
3m 47sAfter completing this video, you will be able to outline nested components and the parent-child component structure. FREE ACCESS
-
5m 47sIn this video, find out how to use the @Input keyword and pass data to a child component. FREE ACCESS
-
6m 59sDiscover how to use the @Output keyword, pass events from a child component to a parent component, and update properties of a parent component using a child component. FREE ACCESS
-
4m 6sUpon completion of this video, you will be able to recognize how the @ViewChild decorator can be used to access a child component and all its features. FREE ACCESS
-
8mLearn how to gain access to a component via @ViewChild. FREE ACCESS
-
2m 51sIn this video, we will summarize the key concepts in this course. 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
Channel
Learn Angular