Returns native Angular service for managing HTML <meta>
tags.
Native Angular service for managing HTML <meta>
tags.
Scroll to top of page.
Current instance of the NgMeta service.
Sets canonical URL of web page.
The canonical URL for your page.
Current instance of the NgMeta service.
Sets description of web page.
Description relating to the content of page.
Current instance of the NgMeta service.
Sets Open Graph tags for optimal display on Facebook.
All Facebook Open Graph meta details in head.
Current instance of the NgMeta service.
Sets microdata tags for optimal display on Google.
All Google microdata meta details in head.
Current instance of the NgMeta service.
Sets if after setAll
window will scroll to top.
Boolean of wether to scroll to top or not.
Current instance of the NgMeta service.
Sets a HTML element in the head with any attributes defined in object.
Tag name of HTML Element.
Details for tag to set in head.
Whether this method should overwrite an existing instance of the tag. Set to false by default.
Current instance of the NgMeta service.
Sets document's title shown in a browser's title bar or a page's tab.
Document's title.
Current instance of the NgMeta service.
Sets tags for optimal display as a Twitter card.
All Twitter microdata meta details in head.
Current instance of the NgMeta service.
Generated using TypeDoc
Service that allows setting and updating of meta tags, title tags, and canonical tags.