systelab-components
Version:
systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.
14 lines (13 loc) • 707 B
TypeScript
import { ElementRef, EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ScrollSpyDirective {
private _el;
spiedTags: Array<string>;
querySelector: string;
sectionChange: EventEmitter<string>;
private currentSection;
constructor(_el: ElementRef);
onScroll(event: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollSpyDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ScrollSpyDirective, "[scrollSpy]", never, { "spiedTags": { "alias": "spiedTags"; "required": false; }; "querySelector": { "alias": "querySelector"; "required": false; }; }, { "sectionChange": "sectionChange"; }, never, never, false, never>;
}