filmov
tv
@Input and @output in Angular 10 | Communicate from Child to Parent Component - Angular
![preview_player](https://i.ytimg.com/vi/DAHfMKOzifY/sddefault.jpg)
Показать описание
In this video we will learn how to communicate from child to parent component using @Output() decorator in Angular applications
Angular is a component based framework and when we talk about multiple components communication across components is also required.
In our previous video we have learnt how to pass data from parent component to child component using @Input() decorator . you can watch previous video by clicking on this link
Now if you want to pass some data from child to parent component this type of communication is Event based communication. So in child component we need to create one variable and that variable will be of type EventEmitter class and then decorate this variable with @Output() decorator.
So the variable defined here will act like a publisher and from parent event we need to subscribe for this event by calling it
If you liked my channel , subscribe to it and like my videos. For any queries ask you question in comment section
Angular is a component based framework and when we talk about multiple components communication across components is also required.
In our previous video we have learnt how to pass data from parent component to child component using @Input() decorator . you can watch previous video by clicking on this link
Now if you want to pass some data from child to parent component this type of communication is Event based communication. So in child component we need to create one variable and that variable will be of type EventEmitter class and then decorate this variable with @Output() decorator.
So the variable defined here will act like a publisher and from parent event we need to subscribe for this event by calling it
If you liked my channel , subscribe to it and like my videos. For any queries ask you question in comment section
Sharing Data between Components in Angular
Component interaction | @Input() @Output() decorator & Event Emitter() in Angular (Part - 8)
@Output and EventEmitter in Angular | Angular Tutorial
How to use @Input and @Output in Angular 17?
Using @Input and @Output in Angular
Understanding Inputs and Outputs in Angular
Angular 12 - Sharing data between child and parent components with @Input and @Output decorators.
#26 Understanding Input Decorator | Angular Components & Directives | A Complete Angular Course
🚀 Complete Guide to Reactive Forms in Angular 18! Validators & Validation Messages 💡✨
@Input @Output in angular | Reusable Component in Angular | Angular 18 Tutorial In Hindi | Part 17
Angular 17 Tutorial #16 - Angular @Input and @Output | Angular 17 Tutorial For Beginners
Passare dati dal componente Parent al Child - Angular Tutorial Italiano 17
Angular Component Communication | Input Output | #angular
Angular 18 - Signal based input output #coding #angular
Communication between components | Explore @Input and @Output in Angular | Angular Zero to Hero
Angular in Tamil - Sharing Data using Output and Input Decorators
Angular: взаимодействие между компонентами #1 - @Input @Output EventEmitter...
input output decorator in angular | input and output in angular | output decorator in angular
Angular Input Output декораторы и как сделать двустороннее связывание в компоненте...
component communication in Angular | input output decorators in angular|Angular tutorials in Telugu
@Input in Angular | Sharing data from parent to child component | Angular Tutorial
Angular 14 @Input & @Output Decorators Tutorial to Share Data Between Child and Parent Component...
Input Signals in Angular 17.1 - How To Use & Test
Angular 12 tutorial in Hindi #26 Pass Data child to component
Комментарии