ngx-serp-preview
Version:
SERP (Search Engine Result Page) Preview Component for Angular
25 lines (24 loc) • 999 B
TypeScript
import { OnInit, OnDestroy, ChangeDetectorRef, OnChanges, SimpleChanges } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NgxSerpTabsComponent implements OnInit, OnChanges, OnDestroy {
private cdRef;
class: string;
siteName?: string;
title?: string;
description?: string;
url: string;
faviconUrl?: string;
activeTabIndex: number;
icons: {
google: string;
mobile: string;
bing: string;
yahoo: string;
};
constructor(cdRef: ChangeDetectorRef);
ngOnInit(): void;
ngOnChanges(changes: SimpleChanges): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxSerpTabsComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgxSerpTabsComponent, "ngx-serp-tabs", never, { "siteName": "siteName"; "title": "title"; "description": "description"; "url": "url"; "faviconUrl": "faviconUrl"; "activeTabIndex": "activeTabIndex"; }, {}, never, never, true, never>;
}