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

Function isExpressionNode

packages/language-service/src/utils/index.ts:108–110  ·  view source on GitHub ↗
(node: TmplAstNode | AST)

Source from the content-addressed store, hash-verified

106}
107
108export function isExpressionNode(node: TmplAstNode | AST): node is AST {
109 return node instanceof AST;
110}
111
112export interface TypeCheckInfo {
113 nodes: TmplAstNode[];

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected