TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Parent Component
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Manoj Kalla (1)
Priyanka Jain (1)
Durga Selvendran (1)
Puneet Kankar (1)
Gajendra Jangid (1)
Siddharth Gajbhiye (1)
Related resources for Parent Component
No resource found
Sharing Data from Child to Parent in Angular 18
8/24/2024 7:39:37 AM.
In this walkthrough, you'll learn how to send data from a child component to a parent component in Angular using the @Output decorator and EventEmitter. You'll create a simple Angular project
Binding Event Handler And Method As Props In React
3/6/2024 10:40:52 AM.
Binding event handlers and methods as props in React involve passing functions from parent components to child components, ensuring proper binding to maintain the correct context. This pattern allows
How to Send Data From Parent Component to Child Component in Vue.js
5/29/2023 5:16:01 AM.
How To Pass Data From Child To Parent Component In React
12/30/2022 5:39:46 AM.
In this article, you will learn how to pass data from child to parent component in react.
Call Parent Method From Child Component And Child Method From Parent Component
3/9/2022 3:50:22 PM.
Call parent method from child component and child method from parent component
Sharing Data Between Angular Components Via @Input() And @Output()
1/19/2021 1:39:39 PM.
Transfer data from Parent to child component using @Input() decorator which allows data to pass through templates and child to parent component using @Output() decorator with the help of Event Emitter