UNPKG

300 BTypeScriptView Raw
1import { ElementRef, Renderer } from '@angular/core';
2import { ActivatedTutorial } from './current-tutorial';
3export declare class CodeDiffLink {
4 private activated;
5 constructor(activated: ActivatedTutorial, el: ElementRef, renderer: Renderer);
6 pad(n: any, width: any, z?: string): any;
7}