alfresco-ng2-components/docs/page-title.service.md
Andy Stark 4752f3b73e [ADF-2334] Added version and status metadata to doc files (#2974)
* [ADF-2334] Added version and status metadata to doc files

* [ADF-2334] Tidier looking metadata for guide pages
2018-02-22 09:34:21 +00:00

27 lines
676 B
Markdown

---
Added: v2.0.0
Status: Active
---
# Page Title service
Sets the page title.
## Methods
- `setTitle(value: string = '')`
Sets the page title.
- `value` - The new title
## Details
If an application name is supplied in the app config file then this will
be concatenated with the `value` parameter when `setTitle` is called, giving
a result of the form "PageName - AppName" (see
[App Config service](app-config.service.md) for more information). If `value`
is not supplied then just the app name is used; this will default to
"Alfresco ADF Application" when no app name set in the config file.
## See also
- [App config service](app-config.service.md)