ng2-scroll-to
Version:
angular 2 library to animate scrolling.
26 lines (25 loc) • 1.22 kB
TypeScript
/**
* @fileoverview This file is generated by the Angular 2 template compiler.
* Do not edit.
* @suppress {suspiciousCode,uselessCode,missingProperties}
*/
import * as import0 from '../../src/scrollTo';
import * as import2 from '@angular/core/src/linker/view';
export declare class Wrapper_ScrollTo {
_eventHandler: Function;
context: import0.ScrollTo;
_changed: boolean;
_expr_0: any;
_expr_1: any;
_expr_2: any;
constructor(p0: any);
ngOnDetach(view: import2.AppView<any>, componentView: import2.AppView<any>, el: any): void;
ngOnDestroy(): void;
check_scrollableElementSelector(currValue: any, throwOnChange: boolean, forceUpdate: boolean): void;
check_scrollTargetSelector(currValue: any, throwOnChange: boolean, forceUpdate: boolean): void;
check_scrollYTarget(currValue: any, throwOnChange: boolean, forceUpdate: boolean): void;
ngDoCheck(view: import2.AppView<any>, el: any, throwOnChange: boolean): boolean;
checkHost(view: import2.AppView<any>, componentView: import2.AppView<any>, el: any, throwOnChange: boolean): void;
handleEvent(eventName: string, $event: any): boolean;
subscribe(view: import2.AppView<any>, _eventHandler: any): void;
}