@cauca-911/social-network
Version:
Run `npm install @cauca-911/social-network --save` to add this library to your project
8 lines (7 loc) • 338 B
TypeScript
import { FacebookApi } from '../interfaces/facebook-api.interface';
import * as i0 from "@angular/core";
export declare class WindowReferenceService {
get facebookApi(): FacebookApi;
static ɵfac: i0.ɵɵFactoryDeclaration<WindowReferenceService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<WindowReferenceService>;
}