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

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -