MCPcopy Index your code
hub / github.com/rx-angular/rx-angular / setPatchZone

Method setPatchZone

libs/template/push/src/lib/push.pipe.ts:174–178  ·  view source on GitHub ↗

@internal

(patch?: boolean)

Source from the content-addressed store, hash-verified

172
173 /** @internal */
174 private setPatchZone(patch?: boolean): void {
175 const doPatch =
176 patch == null ? this.strategyProvider.config.patchZone : patch;
177 this.patchZone = doPatch ? this.ngZone : false;
178 }
179
180 /** @internal */
181 private handleChangeDetection(): Unsubscribable {

Callers 1

transformMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected