Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Latest commit

 

History

History
39 lines (25 loc) · 1.67 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.67 KB

@ukho/router-store

PLEASE NOTE: This repository is no longer being actively maintained.

npm version circleci build code style: prettier mit license

TSLint rules for Typescript/Angular development. This library and can installed as a devDependency within any Angular project.

This project was generated with Angular CLI version 7.1.3.

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

Build

Run ng build router-store to build the project. The build artefacts will be stored in the dist/ directory.

Tests

Run ng test to execute the unit tests via Jest.

Help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

Library Usage

See the README.md file in projects/router-store for information on the usage of this library.