Angular @input Check Which Property Changed using OnChanges

Using @Input decorator parent component can pass values to child components using property binding. But there may be a case where we are passing more than one property in a child component. We may need control on which property is […]

Angular @input Check Which Property Changed using OnChanges Read More »