MCPcopy Index your code
hub / github.com/angular/angular / tick

Method tick

packages/core/src/application/application_ref.ts:533–538  ·  view source on GitHub ↗

* Invoke this method to explicitly process change detection and its side-effects. * * In development mode, `tick()` also performs a second change detection cycle to ensure that no * further changes are detected. If additional changes are picked up during this second cycle, * bindings in

()

Source from the content-addressed store, hash-verified

531 * detection pass during which all change detection must complete.
532 */
533 tick(): void {
534 if (!this.zonelessEnabled) {
535 this.dirtyFlags |= ApplicationRefDirtyFlags.ViewTreeGlobal;
536 }
537 this._tick();
538 }
539
540 /** @internal */
541 _tick(): void {

Callers 1

_loadComponentMethod · 0.95

Calls 1

_tickMethod · 0.95

Tested by

no test coverage detected