ngx-link-preview
Version:
The Open Graph link preview component for Angular 6+
28 lines (27 loc) • 693 B
TypeScript
export interface OpenGraphMetaData {
url: string;
canonical: string;
title: string;
image: string;
author: string;
description: string;
keywords: string;
source: string;
'og:url': string;
'og:locale': string;
'og:locale:alternate': string;
'og:title': string;
'og:type': string;
'og:description': string;
'og:determiner': string;
'og:site_name': string;
'og:image': string;
'og:image:secure_url': string;
'og:image:type': string;
'og:image:width': string;
'og:image:height': string;
price: string;
priceCurrency: string;
availability: string;
timestampMs: number;
}