@ukho/router-store
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

@ukho/router-store

This project provides an @ngrx/router-store implementation including a custom state serialiser and an @ngrx/store selector.

Usage

Import the NgModule from this library, and call the forRoot() method in the imports of your NgModule where you want to provide the router-store implementation.

For example:

import { RouterStoreModule } from '@ukho/router-store';

...

@NgModule({
  imports: [
    ...
    RouterStoreModule.forRoot(),
  ],
  ...
})
export class AppModule {}

Readme

Keywords

none

Package Sidebar

Install

npm i @ukho/router-store

Weekly Downloads

0

Version

1.0.3

License

none

Unpacked Size

70 kB

Total Files

45

Last publish

Collaborators

  • benmorgan
  • aclevela
  • tombarham96