fulls1z3 / ngx-meta

Dynamic page title & meta tags utility for Angular (w/server-side rendering)
MIT License
334 stars 47 forks source link

Angular 11/12 support #217

Open SDAdham opened 3 years ago

SDAdham commented 3 years ago

Is there plans to support Angular 11/12?

Thanks

yangjunfocus commented 3 years ago

I am waiting this libary update

BlueBeN82 commented 3 years ago

Is it planned to make it compatible?

pavanteja90 commented 3 years ago

Just want to know if there's a plan to support Angular 12. If not, I might have to look for other alternatives that support A12 as the peerDependency is causing me issues while upgrading to A12.

jkapongo commented 3 years ago

An excellent alternative is Angular's built-in Meta and Title services from @angular/platform-browser

pavanteja90 commented 2 years ago

An excellent alternative is Angular's built-in Meta and Title services from @angular/platform-browser

I've written my own MetaService and MetaGuard that extends these services and it's working fine without any issues. 😄

futurbotconsolidated commented 10 months ago

An excellent alternative is Angular's built-in Meta and Title services from @angular/platform-browser

I've written my own MetaService and MetaGuard that extends these services and it's working fine without any issues. 😄

Hi! @pavanteja90 , Does it solve the SEO purpose for the tags? SInce google doesn't crawl dynamic tags defined in component.