When reading about one-way style binding, angular.componentI came across several operators that <vs =produce less observers ( =will have an extra observer to propagate the value change from child to parent).
However, I just created a dummy component, passed it an object through =and <, and the number of observers is the same.
Speaking strictly about performance: is there a difference between <and =?
source
share