Exploring The New Meta Service in Angular Version 4

Netanel Basal
Netanel Basal
Published in
1 min readApr 5, 2017

--

In Angular version 4 we have a new Meta service.

A service that can be used to get and add meta tags.

Let’s explore the API.

addTag (tag, forceCreation) : HTMLMetaElement

addTags (tags[], forceCreation) : HTMLMetaElement[]

getTag(attrSelector) : HTMLMetaElement

getTags(attrSelector) : HTMLMetaElement[]

updateTag(tag, selector?): HTMLMetaElement

removeTag(attrSelector)

You can play with the plunker.

Follow me on Medium or Twitter to read more about Angular, Vue and JS!

--

--

A FrontEnd Tech Lead, blogger, and open source maintainer. The founder of ngneat, husband and father.