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

Method catch

packages/zone.js/test/common/Promise.spec.ts:592–596  ·  view source on GitHub ↗
(
          onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null,
        )

Source from the content-addressed store, hash-verified

590 }
591
592 catch<TResult = never>(
593 onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null,
594 ): Promise<T | TResult> {
595 return this._promise.catch.call(this._promise, onrejected);
596 }
597
598 then<TResult1 = T, TResult2 = never>(
599 onfulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null,

Callers 15

bootstrap_spec.tsFile · 0.45
loadImplMethod · 0.45
createRendererMethod · 0.45
comm_spec.tsFile · 0.45
errorFromFunction · 0.45
ngswAppInitializerFunction · 0.45
batch_runner.tsFile · 0.45
cli.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected