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

Method html

packages/core/test/render3/view_fixture.ts:183–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

181 }
182
183 get html(): string {
184 return toHtml(this.host.firstChild as Element);
185 }
186
187 /**
188 * Invokes an update block function, which can either be provided during

Callers

nothing calls this directly

Calls 1

toHtmlFunction · 0.70

Tested by

no test coverage detected