https://github.com/mattwilson1024/ngx-url-state
A powerful yet flexible library for handling stateful URLs in Angular applications.
https://github.com/mattwilson1024/ngx-url-state
angular state-management url
Last synced: 3 months ago
JSON representation
A powerful yet flexible library for handling stateful URLs in Angular applications.
- Host: GitHub
- URL: https://github.com/mattwilson1024/ngx-url-state
- Owner: mattwilson1024
- Created: 2020-02-28T00:02:21.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-07-08T15:39:08.000Z (almost 4 years ago)
- Last Synced: 2024-11-17T12:06:44.756Z (over 1 year ago)
- Topics: angular, state-management, url
- Language: TypeScript
- Homepage: https://mattwilson1024.github.io/ngx-url-state/
- Size: 1.81 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ngx-url-state
A powerful yet flexible library for handling stateful URLs in Angular applications.
## Docs
Full documentation is available here:
https://mattwilson1024.github.io/ngx-url-state/
## Installation
Install using npm:
```
npm install ngx-url-state
```
or Yarn:
```
yarn add ngx-url-state
```