Releases: rbalet/ngx-back-button
Releases · rbalet/ngx-back-button
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>