https://github.com/briebug/ngrx-smartish
A library supporting smart-ish components that use NgRx
https://github.com/briebug/ngrx-smartish
angular ngrx ngrx-smartish ngrxdispatch ngrxselect
Last synced: about 2 months ago
JSON representation
A library supporting smart-ish components that use NgRx
- Host: GitHub
- URL: https://github.com/briebug/ngrx-smartish
- Owner: briebug
- License: mit
- Created: 2020-12-10T19:04:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-15T23:14:25.000Z (about 4 years ago)
- Last Synced: 2025-01-24T05:29:15.992Z (4 months ago)
- Topics: angular, ngrx, ngrx-smartish, ngrxdispatch, ngrxselect
- Language: TypeScript
- Homepage:
- Size: 268 KB
- Stars: 3
- Watchers: 18
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NgRx Smartish
## CONTRIBUTING
### BUILD
- You can build the library running `npm run build:smartish` or `ng build ngrx-smartish`
- You can build the app running `npm run build` or `ng build`### SERVE
- You can serve the app running `npm run start` or `ng serve`### TEST
- You can run the library tests using `npm run test:smartish` or `ng test ngrx-smartish`
- You can run the app tests using `npm run test` or `ng test`