UNPKG

ngx-seo

Version:

`ngx-seo` is a library to help generate and inject proper JSON-LD objects and Meta tags that allow for social sharing into server-side generated Angular applications using Universal.

5 lines (4 loc) 200 B
import { JsonLdService } from './json-ld.service'; export declare function serializeJsonLdFactory(doc: Document, jsonLdService: JsonLdService): () => void; export declare class ServerJsonLdModule { }