An open API service indexing awesome lists of open source software.

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

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