If html template already set document.title and user just want to use the document.title defined in the html template, he can choose not to set opts.title or opts.headerTitle.
Current implementation will set undefined as document title.
@ericvicenti really appreciate to have to take a look at this PR, thanks!
If html template already set
document.title
and user just want to use thedocument.title
defined in the html template, he can choose not to setopts.title
oropts.headerTitle
.Current implementation will set
undefined
as document title.@ericvicenti really appreciate to have to take a look at this PR, thanks!