ngx-pagememory
v15.0.0
Published
<p align="center"> <img width="20%" height="20%" src="https://github.com/dkreider/ngx-pagememory/blob/main/logo.png"> </p>
Downloads
6
Readme
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