ngx-back-button
Advanced tools
Comparing version 18.1.3 to 18.2.0
@@ -12,5 +12,10 @@ import { Location } from '@angular/common'; | ||
constructor(_config: NgxBackButtonServiceConfig, _router: Router, _location: Location); | ||
back(fallback?: string): void; | ||
/** | ||
* | ||
* @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>; | ||
} |
{ | ||
"name": "ngx-back-button", | ||
"version": "18.1.3", | ||
"version": "18.2.0", | ||
"license": "MIT", | ||
@@ -24,3 +24,3 @@ "author": "Raphael Balet", | ||
"dependencies": { | ||
"tslib": "^2.6.3" | ||
"tslib": "^2.8.1" | ||
}, | ||
@@ -27,0 +27,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
35890
290
Updatedtslib@^2.8.1