🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

ngx-back-button

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-back-button - npm Package Compare versions

Comparing version

to
20.0.0

43

index.d.ts

@@ -1,5 +0,38 @@

/**
* Generated bundle index. Do not edit.
*/
/// <amd-module name="ngx-back-button" />
export * from './public-api';
import * as i0 from '@angular/core';
import { InjectionToken } from '@angular/core';
interface NgxBackButtonServiceConfig {
rootUrl?: string;
fallbackPrefix?: string;
}
declare const NgxBackButtonServiceProvider: InjectionToken<NgxBackButtonServiceConfig>;
declare class NgxBackButtonService {
#private;
private _history;
private _rootUrl;
private _fallbackPrefix;
private _navigatingBack;
constructor();
getHistory(): string[];
/**
*
* @param fallback
* @return Boolean: True === Had an history to go back to
*/
back(fallback?: string): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxBackButtonService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<NgxBackButtonService>;
}
declare class NgxBackButtonDirective {
private _ngxBackButtonService;
ngxBackButton?: string;
constructor(_ngxBackButtonService: NgxBackButtonService);
onClick(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxBackButtonDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxBackButtonDirective, "[ngxBackButton]", never, { "ngxBackButton": { "alias": "ngxBackButton"; "required": false; }; }, {}, never, never, true, never>;
}
export { NgxBackButtonDirective, NgxBackButtonService, NgxBackButtonServiceProvider };

4

package.json
{
"name": "ngx-back-button",
"version": "19.2.0",
"version": "20.0.0",
"license": "MIT",

@@ -42,2 +42,2 @@ "author": "Raphael Balet",

}
}
}

Sorry, the diff of this file is not supported yet