Releases: rbalet/ngx-back-button
Releases · rbalet/ngx-back-button
v18.1.1
v18.1.0
v18.0.0
v17.0.0
v16.0.0
v15.1.0
Feature
- Add
fallbackPrefix: string> https://github.com/rbalet/ngx-back-button#fallbackprefix
v15.0.0
Feature
NgxBackButtonDirective
Normal use
<button ngxBackButton>
Back to login
</button>With Fallback
<button ngxBackButton="/login">
Back to login
</button>NgxBackButtonService.
Normal use
<button (click)="ngxBackButtonService.back()">
Back to login
</button>With Fallback
<button (click)="ngxBackButtonService.back('/login')">
Back to login
</button>