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 918 forks source link

refactor: use ngrx create functions for auth #473

Closed timdeschryver closed 5 years ago

timdeschryver commented 5 years ago

What:

Issue number: handles auth for #472

codecov-io commented 5 years ago

Codecov Report

Merging #473 into master will increase coverage by 0.03%. The diff coverage is 75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #473      +/-   ##
==========================================
+ Coverage   73.97%   74.01%   +0.03%     
==========================================
  Files          64       64              
  Lines         588      585       -3     
  Branches       46       44       -2     
==========================================
- Hits          435      433       -2     
+ Misses        142      141       -1     
  Partials       11       11
Impacted Files Coverage Δ
...-ngrx-material-starter/src/app/core/core.module.ts 20% <ø> (ø) :arrow_up:
...ngrx-material-starter/src/app/app/app.component.ts 50% <0%> (ø) :arrow_up:
...material-starter/src/app/core/auth/auth.actions.ts 100% <100%> (ø) :arrow_up:
...material-starter/src/app/core/auth/auth.reducer.ts 100% <100%> (ø) :arrow_up:
...material-starter/src/app/core/auth/auth.effects.ts 83.33% <75%> (+3.33%) :arrow_up:
...tarter/src/app/core/animations/route.animations.ts 100% <0%> (+10%) :arrow_up:

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 c562759...5161102. Read the comment docs.

tomastrajan commented 5 years ago

@timdeschryver love it !😍 Thank you very mucho!