ack-angular
Version:
Extra special directives, components, providers and pipes to aide in tackling everyday interface development needs in Angular2
12 lines (11 loc) • 457 B
TypeScript
import { EventEmitter } from "@angular/core";
import * as i0 from "@angular/core";
export declare class ScreenScroll {
onScroll: any;
screenScroll: EventEmitter<any>;
constructor();
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ScreenScroll, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ScreenScroll, "[screenScroll]", never, {}, { "screenScroll": "screenScroll"; }, never, never, false>;
}