-
Notifications
You must be signed in to change notification settings - Fork 1
TT 155 consume user info #650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
f402611
to
29e1b27
Compare
Codecov Report
@@ Coverage Diff @@
## master #650 +/- ##
==========================================
+ Coverage 93.09% 94.00% +0.91%
==========================================
Files 85 101 +16
Lines 1564 1836 +272
Branches 107 120 +13
==========================================
+ Hits 1456 1726 +270
- Misses 67 71 +4
+ Partials 41 39 -2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A question just to understand, why is there a UserEffect and a UsersEffect that come from the same module?
time-tracker-ui/src/app/app.module.ts
Lines 60 to 61 in 872952e
import { UserEffects as UsersEffects } from './modules/users/store/user.effects'; | |
import { UserEffects } from './modules/user/store/user.effects'; |
|
No description provided.