Conversation
| .then((response) => { | ||
| console.log(response); | ||
| return response.json().data as Book[]; | ||
| .then(response => { |
There was a problem hiding this comment.
Why do you want change this? It is necessary for something
There was a problem hiding this comment.
I think it's just a something I have misplaced. I'll check it out just in case
There was a problem hiding this comment.
it's done now. You were right.
| @Output() _delete: EventEmitter<number> = new EventEmitter(); | ||
| /*closeResult: string;*/ | ||
|
|
||
| constructor(private modalService: NgbModal) { } |
There was a problem hiding this comment.
Why did you remove this argument?
There was a problem hiding this comment.
It was just a change I made on the name. I'll check it again.
There was a problem hiding this comment.
it's done now. You were right.
emisansev
left a comment
There was a problem hiding this comment.
Necesario para aplicar los cambios que me comentó Jose
| @Output() _delete: EventEmitter<number> = new EventEmitter(); | ||
| /*closeResult: string;*/ | ||
|
|
||
| constructor(private modalService: NgbModal) { } |
There was a problem hiding this comment.
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 => { |
There was a problem hiding this comment.
I think it's just a something I have misplaced. I'll check it out just in case
jorge-sanz
left a comment
There was a problem hiding this comment.
It doesn't run with dev branch.
No description provided.