@davidlj95/ngx-meta
Version:
Set your Angular site's metadata: standard meta tags, Open Graph, Twitter Cards, JSON-LD structured data and more. Supports SSR (and Angular Universal). Use a service. Use routes' data. Set it up in a flash! 🚀
11 lines (10 loc) • 497 B
JSON
{
"$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"const-to-function-manager-providers": {
"version": "1.0.0-beta.35",
"description": "Changes `const`-based metadata manager providers by `function`-based ones for tree shaking and extensibility purposes. See https://ngx-meta.dev/migrations/const-to-function-manager-providers/",
"factory": "./migrations/const-to-function-manager-providers/index#migrate"
}
}
}