MCPcopy
hub / github.com/angular/angular / serializeNodes

Function serializeNodes

packages/compiler/test/ml_parser/util/util.ts:73–75  ·  view source on GitHub ↗
(nodes: html.Node[])

Source from the content-addressed store, hash-verified

71const serializerVisitor = new _SerializerVisitor();
72
73export function serializeNodes(nodes: html.Node[]): string[] {
74 return nodes.map((node) => node.visit(serializerVisitor, null));
75}

Callers 2

Calls 2

mapMethod · 0.80
visitMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…