UNPKG

ngx-free-fullpage

Version:

ngx-free-fullpage is a free-for-profit angular library that gives you all the tools you need to implement a fullpage scroll effect. This library hasn't been developed in order to substitute the current ngx-fullpage, this library is an alternative for thos

9 lines (8 loc) 317 B
import { NgxFullpageService } from '../ngx-fullpage.service'; import { ElementRef } from '@angular/core'; export declare class NgxFullpageGoToSectionDirective { private element; private justFullpageService; section: number; constructor(element: ElementRef, justFullpageService: NgxFullpageService); }