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

Method isObjectLiteral

packages/compiler-cli/linker/src/ast/ast_host.ts:71–71  ·  view source on GitHub ↗

* Return `true` if the given expression is an object literal, or false otherwise.

(node: TExpression)

Source from the content-addressed store, hash-verified

69 * Return `true` if the given expression is an object literal, or false otherwise.
70 */
71 isObjectLiteral(node: TExpression): boolean;
72 /**
73 * Parse the given expression into a map of object property names to property expressions, or
74 * throw if it is not an object literal.

Callers 3

isObjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected