Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat(books): Delete and edit book #31

Open
wants to merge 8 commits into
base: dev
Choose a base branch
from
Open

feat(books): Delete and edit book #31

wants to merge 8 commits into from

Conversation

emisansev
Copy link
Contributor

No description provided.

@emisansev emisansev requested review from jorge-sanz and josedl4 May 23, 2017 20:51
.then((response) => {
console.log(response);
return response.json().data as Book[];
.then(response => {
Copy link
Member

Choose a reason for hiding this comment

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

Why do you want change this? It is necessary for something

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think it's just a something I have misplaced. I'll check it out just in case

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it's done now. You were right.


constructor(private modalService: NgbModal) { }
Copy link
Member

Choose a reason for hiding this comment

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

Why did you remove this argument?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It was just a change I made on the name. I'll check it again.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it's done now. You were right.

Copy link
Contributor Author

@emisansev emisansev left a comment

Choose a reason for hiding this comment

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

Necesario para aplicar los cambios que me comentó Jose


constructor(private modalService: NgbModal) { }
Copy link
Contributor Author

Choose a reason for hiding this comment

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

It was just a change I made on the name. I'll check it again.

.then((response) => {
console.log(response);
return response.json().data as Book[];
.then(response => {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think it's just a something I have misplaced. I'll check it out just in case

@jorge-sanz jorge-sanz changed the title feat/deletebook FIXED feat(books): Delete book May 24, 2017
@emisansev emisansev changed the title feat(books): Delete book feat(books): Delete and edit book May 24, 2017
Copy link
Member

@jorge-sanz jorge-sanz left a comment

Choose a reason for hiding this comment

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

It doesn't run with dev branch.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants