angularjs - Are there performance benefits of one-way binding in Angular 1 -
when reading one-way binding in angular.component style, came across multiple statements < vs = produces less watchers (= have additional watcher propagate value change child parent).
however i've created dummy component, passed object via = , < , number of watchers same.
so speaking strictly performance: there diffirence between < , = ?
Comments
Post a Comment