ng-select icon indicating copy to clipboard operation
ng-select copied to clipboard

ChangeDetectionStrategy.OnPush decoration on all components

Open kmolerov opened this issue 8 years ago • 0 comments

All components must be decorated with changeDetection: ChangeDetectionStrategy.OnPush for improved performance. This will have no consequences on components behavior. for more info: http://blog.thoughtram.io/angular/2016/02/22/angular-2-change-detection-explained.html

kmolerov avatar Dec 06 '16 20:12 kmolerov