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

8 lines (7 loc) 285 B
import { ElementRef } from '@angular/core'; import { NgxFullpageService } from '../ngx-fullpage.service'; export declare class NgxFullpagePrevButtonDirective { private el; private justFullpageService; constructor(el: ElementRef, justFullpageService: NgxFullpageService); }