MCPcopy
hub / github.com/angular/angular / getTitle

Method getTitle

packages/platform-browser/src/browser/title.ts:28–30  ·  view source on GitHub ↗

* Get the title of the current HTML document.

()

Source from the content-addressed store, hash-verified

26 * Get the title of the current HTML document.
27 */
28 getTitle(): string {
29 return this._doc.title;
30 }
31
32 /**
33 * Set the title of the current HTML document.

Callers 5

title_spec.tsFile · 0.45
MyComponent_TemplateFunction · 0.45
MyComponent_TemplateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected