-
-
Notifications
You must be signed in to change notification settings - Fork 2k
refactor(example): remove @ngrx/db #1664
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
|
Preview docs changes for 9f93cbd at https://previews.ngrx.io/pr1664-9f93cbd/ |
timdeschryver
left a comment
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.
I left some comments
projects/example-app/src/app/core/services/book-storage.service.ts
Outdated
Show resolved
Hide resolved
projects/example-app/src/app/books/effects/collection.effects.ts
Outdated
Show resolved
Hide resolved
| }); | ||
| fixture = TestBed.get(BookStorageService); | ||
| }); | ||
| describe('supported', () => { |
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.
Nit, add a line break between describes / its
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.
Formatting is default vscode i believe, it also matches all other spec formatting in the project?
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.
I'm not sure if VSCode does this 🤔
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.
Apologies you mentioned between describes / its, which it must do as I use a vanilla install of vscode with default settings, unless its the prettier formatter? if it was between the beforeEach and describe only you intended then i have already actioned. I also believe the project runs a pre-commit formatting task.
projects/example-app/src/app/core/services/book-storage.service.ts
Outdated
Show resolved
Hide resolved
|
Preview docs changes for 5725781 at https://previews.ngrx.io/pr1664-5725781/ |
|
Preview docs changes for 2112bf6 at https://previews.ngrx.io/pr1664-2112bf6/ |
924298b to
4283711
Compare
|
Preview docs changes for 924298b at https://previews.ngrx.io/pr1664-924298b/ |
|
Preview docs changes for 4283711 at https://previews.ngrx.io/pr1664-4283711/ |
timdeschryver
left a comment
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.
Also remove (?!db) inside example-app/jest.config.js
projects/example-app/src/app/books/effects/collection.effects.ts
Outdated
Show resolved
Hide resolved
projects/example-app/src/app/core/services/book-storage.service.ts
Outdated
Show resolved
Hide resolved
projects/example-app/src/app/books/effects/collection.effects.spec.ts
Outdated
Show resolved
Hide resolved
4283711 to
7aea87d
Compare
|
Preview docs changes for 7aea87d at https://previews.ngrx.io/pr1664-7aea87d/ |
7aea87d to
7aee98d
Compare
|
@King-i this needs a rebase on master to fix the conflicts from adding the |
add localStorage replacement
7aee98d to
b4be5be
Compare
|
Preview docs changes for b4be5be at https://previews.ngrx.io/pr1664-b4be5be/ |
|
LGTM. Needs approval from @timdeschryver for his review comments. |
timdeschryver
left a comment
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.
LGTM 👍
add localStorage replacement
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Closes #1481
What is the new behavior?
Does this PR introduce a breaking change?
Other information