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 changed and also check if other properties have changed from the previous one or not.…
Continue reading Angular @input Check Which Property Changed using OnChanges