UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

9 lines (8 loc) 306 B
import { Injector } from 'angular2/src/core/di/injector'; import { AppView } from './view'; export declare class ElementInjector extends Injector { private _view; private _nodeIndex; constructor(_view: AppView<any>, _nodeIndex: number); get(token: any, notFoundValue?: any): any; }