feat(core): drop ChangeDetectionStrategy.OnPushObserve
BREAKING CHANGE: `OnPushObserve` was an experimental feature for Dart and had conceptual performance problems, as setting up observables is slow. Use `OnPush` instead.
This commit is contained in:
@ -70,7 +70,6 @@ const CORE = [
|
||||
'ChangeDetectionStrategy.Default',
|
||||
'ChangeDetectionStrategy.Detached',
|
||||
'ChangeDetectionStrategy.OnPush',
|
||||
'ChangeDetectionStrategy.OnPushObserve',
|
||||
'ChangeDetectorRef',
|
||||
'ChangeDetectorRef.checkNoChanges():void',
|
||||
'ChangeDetectorRef.detach():void',
|
||||
|
Reference in New Issue
Block a user