Skip to content

Releases: rbalet/ngx-back-button

v18.1.1

01 Aug 08:07

Choose a tag to compare

18.1.1 (2024-08-01)

Bug Fixes

  • dependency: error while npm i (3f343c0)

v18.1.0

01 Aug 07:57

Choose a tag to compare

Core

Angular v18.1 update

v18.0.0

17 Jun 08:21

Choose a tag to compare

Core

  • Angular v18 update

v17.0.0

21 Nov 09:47

Choose a tag to compare

Core

  • Angular v17 update

v16.0.0

24 May 09:49

Choose a tag to compare

Core

  • Angular v16 update

v15.1.0

14 May 12:21

Choose a tag to compare

v15.0.0

14 May 10:14

Choose a tag to compare

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>