ngx-meta
Dynamic page title & meta tags generator for Angular

Please support this project by simply putting a Github star. Share this library with friends on Twitter and everywhere else you can.
ngx-meta updates the page title and meta tags every time the route changes, based on Angular app's route
configuration.
- When the Angular app uses server-side rendering, the meta tags and page titles generated by
ngx-meta successfully
appear on HTML source, due to its platform-free workflow. This allows the SPA to be crawled and rendered by the search
engines, as well as sharing the website link on social networks (facebook, twitter, etc).
- It also supports resolving values using a
callback function
to use a custom logic on the meta tag contents (http-get, [@ngx-translate/core], etc.).
Packages:
Examples