MCPcopy Create free account
hub / github.com/angular/angular / invalidNodeType

Function invalidNodeType

packages/animations/browser/src/error_helpers.ts:50–55  ·  view source on GitHub ↗
(nodeType: string)

Source from the content-addressed store, hash-verified

48}
49
50export function invalidNodeType(nodeType: string): Error {
51 return new RuntimeError(
52 RuntimeErrorCode.INVALID_NODE_TYPE,
53 ngDevMode && `Unable to resolve animation metadata node #${nodeType}`,
54 );
55}
56
57export function invalidCssUnitValue(userProvidedProperty: string, value: string): Error {
58 return new RuntimeError(

Callers 1

visitDslNodeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected