What is input and output Decorator and there use in angular

Imgur

What is @Input and @Output decorator in Angular

They are a mechanism to send/receive data from one component to another.
@Input is used to receive data in
@Output is used to send data out. Output sends data out by exposing event producers, usually EventEmitter objects.

Post a Comment

Please do not post any spam link in the comment box😊

Previous Post Next Post

Blog ads

CodeGuru