https://github.com/puku0x/ngrx-todo
Sample using @ngrx/store, @ngrx/effects, and @ngrx/entity
https://github.com/puku0x/ngrx-todo
angular angular-material ngrx ngrx-effects ngrx-entity ngrx-store
Last synced: 14 days ago
JSON representation
Sample using @ngrx/store, @ngrx/effects, and @ngrx/entity
- Host: GitHub
- URL: https://github.com/puku0x/ngrx-todo
- Owner: puku0x
- Created: 2017-08-08T03:02:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T02:28:35.000Z (about 2 years ago)
- Last Synced: 2025-04-15T05:55:47.007Z (14 days ago)
- Topics: angular, angular-material, ngrx, ngrx-effects, ngrx-entity, ngrx-store
- Language: TypeScript
- Homepage: https://ngrx-todo-905ce.web.app/
- Size: 2.57 MB
- Stars: 19
- Watchers: 1
- Forks: 7
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status][travis-ci-image]][travis-ci-url]
[![Coverage Status][coveralls-image]][coveralls-url]
[![Dependency status][david-dm-image]][david-dm-url]
[![Dev Dependency status][david-dm-dev-image]][david-dm-dev-url]# ngrx-todo
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.x.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
[travis-ci-url]: http://travis-ci.org/puku0x/ngrx-todo
[travis-ci-image]: https://travis-ci.org/puku0x/ngrx-todo.svg?branch=master
[coveralls-url]: https://coveralls.io/github/puku0x/ngrx-todo?branch=master
[coveralls-image]: https://coveralls.io/repos/github/puku0x/ngrx-todo/badge.svg?branch=master
[david-dm-url]: https://david-dm.org/puku0x/ngrx-todo
[david-dm-image]: https://david-dm.org/puku0x/ngrx-todo.svg
[david-dm-dev-url]: https://david-dm.org/puku0x/ngrx-todo?type=dev
[david-dm-dev-image]: https://david-dm.org/puku0x/ngrx-todo/dev-status.svg