parent
eea2b0f288
commit
9b91beed69
@ -17,7 +17,7 @@ export enum ChangeDetectionStrategy {
|
|||||||
/**
|
/**
|
||||||
* Use the `CheckOnce` strategy, meaning that automatic change detection is deactivated
|
* Use the `CheckOnce` strategy, meaning that automatic change detection is deactivated
|
||||||
* until reactivated by setting the strategy to `Default` (`CheckAlways`).
|
* until reactivated by setting the strategy to `Default` (`CheckAlways`).
|
||||||
* Change detection can still be explictly invoked.
|
* Change detection can still be explicitly invoked.
|
||||||
*/
|
*/
|
||||||
OnPush = 0,
|
OnPush = 0,
|
||||||
|
|
||||||
@ -46,7 +46,7 @@ export enum ChangeDetectorStatus {
|
|||||||
Checked,
|
Checked,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A state in which change detection continues automatically until explictly
|
* A state in which change detection continues automatically until explicitly
|
||||||
* deactivated.
|
* deactivated.
|
||||||
*/
|
*/
|
||||||
CheckAlways,
|
CheckAlways,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user