tomastrajan / angular-ngrx-material-starter

Angular, NgRx, Angular CLI & Angular Material Starter Project
https://tomastrajan.github.io/angular-ngrx-material-starter
MIT License
2.82k stars 919 forks source link

refactor: use ngrx create functions for todo #475

Closed santoshyadavdev closed 5 years ago

santoshyadavdev commented 5 years ago

What: update store and effects to use create function for todo example.

Issue number: #472

codecov-io commented 5 years ago

Codecov Report

Merging #475 into master will decrease coverage by 0.23%. The diff coverage is 95.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #475      +/-   ##
==========================================
- Coverage   73.67%   73.43%   -0.24%     
==========================================
  Files          64       64              
  Lines         585      576       -9     
  Branches       44       42       -2     
==========================================
- Hits          431      423       -8     
  Misses        143      143              
+ Partials       11       10       -1
Impacted Files Coverage Δ
...r/src/app/features/examples/todos/todos.actions.ts 100% <100%> (+7.69%) :arrow_up:
...r/src/app/features/examples/todos/todos.effects.ts 100% <100%> (ø) :arrow_up:
...ples/todos/components/todos-container.component.ts 93.33% <100%> (ø) :arrow_up:
...r/src/app/features/examples/todos/todos.reducer.ts 88.88% <87.5%> (-2.03%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f3455f6...3374b30. Read the comment docs.

tomastrajan commented 5 years ago

@santoshyadav198613 thank you for your contribution!