MCPcopy
hub / github.com/angular/angular / invalidResourceCreationInParams

Function invalidResourceCreationInParams

packages/core/src/resource/resource.ts:672–677  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

670}
671
672export function invalidResourceCreationInParams(): Error {
673 return new RuntimeError(
674 RuntimeErrorCode.INVALID_RESOURCE_CREATION_IN_PARAMS,
675 ngDevMode && `Cannot create a resource inside the \`params\` of another resource`,
676 );
677}
678
679export function rethrowFatalErrors(error: unknown) {
680 if (

Callers 2

debouncedFunction · 0.90
constructorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…