UNPKG

386 BTypeScriptView Raw
1import { ComponentFactoryResolver, ElementRef, Injector, ViewContainerRef } from '@angular/core';
2import { AngularDelegate } from '../../providers/angular-delegate';
3export declare class NavDelegate {
4 protected el: HTMLElement;
5 constructor(ref: ElementRef, resolver: ComponentFactoryResolver, injector: Injector, angularDelegate: AngularDelegate, location: ViewContainerRef);
6}