• Overview
@angular/platform-browser

Title

Class

A service that can be used to get and set the title of a current HTML document.

  
    class Title {}
  
  

getTitle

string

Get the title of the current HTML document.

@returnsstring

setTitle

void

Set the title of the current HTML document.

@paramnewTitlestring
@returnsvoid
Jump to details