parent
32a814bdfa
commit
4acd322128
@ -14,12 +14,12 @@
|
||||
*/
|
||||
export enum ChangeDetectionStrategy {
|
||||
/**
|
||||
* `OnPush` means that the change detector's mode will be set to `CheckOnce` during hydration.
|
||||
* `OnPush` means that the change detector's mode will be initially set to `CheckOnce`.
|
||||
*/
|
||||
OnPush,
|
||||
|
||||
/**
|
||||
* `Default` means that the change detector's mode will be set to `CheckAlways` during hydration.
|
||||
* `Default` means that the change detector's mode will be initially set to `CheckAlways`.
|
||||
*/
|
||||
Default,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user