Thursday, March 22, 2018

Angular @Output() Directive

In this article we are going to talk about how to send data from child component to parent component using the @Output() directive. For simplicity I am going to use the same code which I have used in my previous article and I will add some more code to explain output directive so in case you missed my previous article then I would recommend you to read that first.

source https://www.c-sharpcorner.com/article/angular-output-directiveoutput/

No comments:

Post a Comment