UNPKG

ng2-page-transition

Version:

Simple Angular2 component that creates a page transition animation on route changes

15 lines (14 loc) 450 B
import { Router } from '@angular/router'; export declare class Ng2PageTransitionComponent { private router; scrollTop: boolean; onlyOnRoutes: string[]; ignoreOnRoutes: string[]; animation: any; delayPromise: Promise<any>; constructor(router: Router); private routerSubscription(event); private shouldTriggerForRoute(url); private passesOnlyOnRoutes(url); private passesIgnoreOnRoutes(url); }