-
Notifications
You must be signed in to change notification settings - Fork 6
Review: Style and Patterns #34
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
…eation actions refactor(files): update selector names to follow simplified name model used in other BrieBug projects refactor(files): update imports to move away from terrible 'fromWhatever' importing style
src/ngrx-entity/__files__/__name@dasherize@if-flat__/__name@dasherize__.actions.ts
Outdated
Show resolved
Hide resolved
} = from<%= classify(name) %>State.adapter.getSelectors(get<%= classify(name) %>State); | ||
selectIds: <%= name %>Ids, | ||
selectEntities: <%= name %>Entities, | ||
selectAll: <%= name %>, |
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.
Should this be plural?
selectAll: getAll<%= classify(name) %>EntitiesAsArray, | ||
selectTotal: getTotal<%= classify(name) %>Entities | ||
} = from<%= classify(name) %>State.adapter.getSelectors(get<%= classify(name) %>State); | ||
selectIds: <%= name %>Ids, |
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.
Should this be plural?
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.
Minor changes... check it out
…sherize__.actions.ts
refactor(files): update files to use Create rather than Insert for creation actions
refactor(files): update selector names to follow simplified name model used in other BrieBug projects
refactor(files): update imports to move away from terrible 'fromWhatever' importing style