15.0.0 • Published 1 year ago

ngx-pagememory v15.0.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

ngx-pagememory PRs All Contributors

A lightweight Angular library that remembers the last page a user visited when they leave an Angular application and them routes them to it when the re-open it.

Installation

ng add ngx-pagememory

Usage

Import the NgxPagememoryModule into your AppModule. You can configure it as shown below:

import { NgxPagememoryModule } from 'ngx-pagememory';

@NgModule({
    declarations: [AppComponent],
    imports: [
        NgxPagememoryModule.forRoot()
    ],
    bootstrap: [AppComponent]
})
export class AppModule {
}

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification.

Contributions of any kind welcome!

Credits

  • Brain icons created by Vitaly Gorbachev - Flaticon
14.0.0

1 year ago

15.0.0

1 year ago

13.0.1

2 years ago

13.0.0

2 years ago

0.0.1

2 years ago