UNPKG

398 BTypeScriptView Raw
1import { ElementRef, Renderer, OnInit } from '@angular/core';
2import { LocationStrategy } from '@angular/common';
3export declare class ImproveThisDocLink implements OnInit {
4 private el;
5 private renderer;
6 private location;
7 staticRepo: string;
8 constructor(el: ElementRef, renderer: Renderer, location: LocationStrategy);
9 getPath(path: string): string;
10 ngOnInit(): void;
11}