MCPcopy
hub / github.com/angular/angular / setTitle

Method setTitle

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

* Set the title of the current HTML document. * @param newTitle

(newTitle: string)

Source from the content-addressed store, hash-verified

34 * @param newTitle
35 */
36 setTitle(newTitle: string) {
37 this._doc.title = newTitle || '';
38 }
39}

Callers 4

title_spec.tsFile · 0.45
ngOnInitMethod · 0.45
updateTitleMethod · 0.45
updateTitleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected