Skip to content

Conversation

@King-i
Copy link
Contributor

@King-i King-i commented Mar 29, 2019

add localStorage replacement

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[x] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

Closes #1481

What is the new behavior?

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

@ngrxbot
Copy link
Collaborator

ngrxbot commented Mar 29, 2019

Preview docs changes for 9f93cbd at https://previews.ngrx.io/pr1664-9f93cbd/

Copy link
Member

@timdeschryver timdeschryver left a 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

});
fixture = TestBed.get(BookStorageService);
});
describe('supported', () => {
Copy link
Member

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

Copy link
Contributor Author

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?

Copy link
Member

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 🤔

Copy link
Contributor Author

@King-i King-i Apr 1, 2019

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.

@ngrxbot
Copy link
Collaborator

ngrxbot commented Mar 30, 2019

Preview docs changes for 5725781 at https://previews.ngrx.io/pr1664-5725781/

@ngrxbot
Copy link
Collaborator

ngrxbot commented Mar 30, 2019

Preview docs changes for 2112bf6 at https://previews.ngrx.io/pr1664-2112bf6/

@King-i King-i force-pushed the 1481-remove-db-pr branch from 924298b to 4283711 Compare March 30, 2019 16:54
@ngrxbot
Copy link
Collaborator

ngrxbot commented Mar 30, 2019

Preview docs changes for 924298b at https://previews.ngrx.io/pr1664-924298b/

@ngrxbot
Copy link
Collaborator

ngrxbot commented Mar 30, 2019

Preview docs changes for 4283711 at https://previews.ngrx.io/pr1664-4283711/

Copy link
Member

@timdeschryver timdeschryver left a 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

@brandonroberts brandonroberts added the Needs Cleanup Review changes needed label Apr 1, 2019
@King-i King-i force-pushed the 1481-remove-db-pr branch from 4283711 to 7aea87d Compare April 1, 2019 13:27
@ngrxbot
Copy link
Collaborator

ngrxbot commented Apr 1, 2019

Preview docs changes for 7aea87d at https://previews.ngrx.io/pr1664-7aea87d/

@King-i King-i force-pushed the 1481-remove-db-pr branch from 7aea87d to 7aee98d Compare April 1, 2019 13:42
@brandonroberts
Copy link
Member

brandonroberts commented Apr 1, 2019

@King-i this needs a rebase on master to fix the conflicts from adding the createEffect feature

add localStorage replacement
@King-i King-i force-pushed the 1481-remove-db-pr branch from 7aee98d to b4be5be Compare April 1, 2019 13:51
@ngrxbot
Copy link
Collaborator

ngrxbot commented Apr 1, 2019

Preview docs changes for b4be5be at https://previews.ngrx.io/pr1664-b4be5be/

@brandonroberts
Copy link
Member

LGTM. Needs approval from @timdeschryver for his review comments.

Copy link
Member

@timdeschryver timdeschryver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@timdeschryver timdeschryver merged commit f96974f into ngrx:master Apr 1, 2019
@King-i King-i deleted the 1481-remove-db-pr branch April 1, 2019 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Needs Cleanup Review changes needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Example: Remove @ngrx/db

4 participants