UNPKG

@covalent/core

Version:

Core Teradata UI Platform for layouts, icons, custom components and themes. This should be added as a dependency for any project that wants to use layouts, icons and themes for Angular Material.

11 lines (10 loc) 383 B
import { Router } from '@angular/router'; import * as i0 from "@angular/core"; export declare class RouterPathService { private _router; private static _previousRoute; constructor(_router: Router); getPreviousRoute(): string; static ɵfac: i0.ɵɵFactoryDeclaration<RouterPathService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<RouterPathService>; }