使用Angular2(rc1),是否有人知道如何将默认的更改检测策略设置为OnPush?它可以以某种方式全局设置吗?
原文链接:/angularjs/141085.html我想避免将此行添加到每个组件
@Component({ ... changeDetection: ChangeDetectionStrategy.OnPush,... })