UNPKG

ng2-appinsights

Version:
16 lines (15 loc) 448 B
/** * App Insights Library Service * The app insights module from the package applicationinsights-js * rewritten to typescript */ export declare class AppInsightsLibraryService { constructor(); private window; private _appInsightsInitialized; private _appInsightsName; private _createLazyMethod(name); private _defineLazyMethods(); private _getDownloadAndSetup(); getAppInsightsInstance(): any; }