🚀 feature request
Relevant Package
This feature request is for @angular/platform-browser
Description
Similar to the provided class Meta within it's interface MetaDefinition there should be a service to add and modify HTML <link> elements in the <head>.
This is essential to add for example dynamically canonical URLs without touching the DOM directly in the App.
Describe the solution you'd like
I would like to have two things:
Describe alternatives you've considered
Have you considered any alternative solutions or workarounds?
not yet.
🚀 feature request
Relevant Package
This feature request is for @angular/platform-browser
Description
Similar to the provided class
Metawithin it's interfaceMetaDefinitionthere should be a service to add and modify HTML<link>elements in the<head>.This is essential to add for example dynamically canonical URLs without touching the DOM directly in the App.
Describe the solution you'd like
I would like to have two things:
Linkclass with the public methods:addLinkaddLinksgetLinksgetLinksupdateLinkremoveLinkremoveLinkElementLinkDefinitiontype / interfaceDescribe alternatives you've considered
Have you considered any alternative solutions or workarounds?not yet.