{"version":3,"file":"nav-delegate.d.ts","sources":["nav-delegate.d.ts"],"names":[],"mappings":"AAAA;AACA;;AACA;AACA;AACA;;;AACA","sourcesContent":["import { ComponentFactoryResolver, ElementRef, Injector, ViewContainerRef } from '@angular/core';\nimport { AngularDelegate } from '../../providers/angular-delegate';\nexport declare class NavDelegate {\n protected el: HTMLElement;\n constructor(ref: ElementRef, resolver: ComponentFactoryResolver, injector: Injector, angularDelegate: AngularDelegate, location: ViewContainerRef);\n}\n"]}