ngrx-workshop-ngconf2020 icon indicating copy to clipboard operation
ngrx-workshop-ngconf2020 copied to clipboard

The enter function in books-page.actions.ts

Open abergquist opened this issue 4 years ago • 0 comments

WRT the following line in books-page.actions.ts:

export const enter = createAction("[Books Page] Enter");

Just a thought; I'm thinking that it would be more consistent to name it "enterBook" since the other functions include "Book" at the end of their name (selectBook, clearSelectedBook, createBook, updateBook and deleteBook).

abergquist avatar Apr 05 '20 05:04 abergquist