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

Method error

packages/core/test/application_ref_spec.ts:1062–1066  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

1060 this.res.push(args);
1061 }
1062 error(...args: any[]): void {
1063 // Logging from ErrorHandler should run outside of the Angular Zone.
1064 NgZone.assertNotInAngularZone();
1065 this.res.push(args);
1066 }
1067}

Callers

nothing calls this directly

Calls 2

pushMethod · 0.45

Tested by

no test coverage detected