Loading, please wait...

Showing articles with Input and Output Decorator. Show all articles
In this article, I am exploring very important two points related to Angular 2 + version, which the part of Parameter Decorator, and these points are called @Input and @Output decorators. Both are use for transform the data from one component to another component or you can say pass the different types of data form parent to child component and child to parent component. Or in simple way transform/exchange data between two component.