Vi flyttar från butik till nätet - så funkar det framåt
My Favourite Goodbye | 0:e upplagan
- Danskt band, Engelska, 2006
- Författare: Sheila O'Flanagan
- Betyg:
160
kr
Skickas inom 0-2 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
Sheila O'Flanagan's MY FAVOURITE GOODBYE is a delicious novel about finding love in unexpected places - not to be missed by readers of Veronica Henry and Freya North.
Ash O'Halloran is happy with her futon, her flat, her cat and her job as a party caterer. She doesn't do impulsive. She is absolutely, perfectly in control of her single woman's life. And if she can't have relationships without complications - then she's content to carry on as she is. Ms Self-Contained.
But when she's employed to cook the supper over which Dan Morland plans to propose to his girlfriend, suddenly she becomes party to someone else's relationship - in all its tangled, heart-breaking complexity. And, as she watches Dan struggling to sort out the mess his emotions have got him into, Ash starts to realise she's not Ms Invulnerable after all...
What readers are saying about My Favourite Goodbye:
'An absolutely excellent book - I don't think I've read a more touching story since' Goodreads reviewer, 5 stars
'I have read a couple of Sheila O'Flanagan's books already but this one is by far the best. I wanted to read it all in one go but I just didn't want it to end so like a delicious bar of chocolate I allowed myself a bit at a time' Amazon reviewer, 5 stars
'What a delightful read! I cannot imagine anyone not enjoying this charming, light-hearted and humorous book' Amazon reviewer, 5 stars
Ash O'Halloran is happy with her futon, her flat, her cat and her job as a party caterer. She doesn't do impulsive. She is absolutely, perfectly in control of her single woman's life. And if she can't have relationships without complications - then she's content to carry on as she is. Ms Self-Contained.
But when she's employed to cook the supper over which Dan Morland plans to propose to his girlfriend, suddenly she becomes party to someone else's relationship - in all its tangled, heart-breaking complexity. And, as she watches Dan struggling to sort out the mess his emotions have got him into, Ash starts to realise she's not Ms Invulnerable after all...
What readers are saying about My Favourite Goodbye:
'An absolutely excellent book - I don't think I've read a more touching story since' Goodreads reviewer, 5 stars
'I have read a couple of Sheila O'Flanagan's books already but this one is by far the best. I wanted to read it all in one go but I just didn't want it to end so like a delicious bar of chocolate I allowed myself a bit at a time' Amazon reviewer, 5 stars
'What a delightful read! I cannot imagine anyone not enjoying this charming, light-hearted and humorous book' Amazon reviewer, 5 stars
Om denna bok
My Favourite Goodbye av Sheila O'Flanagan är en Danskt band bok med 496 sidor på Engelska. Den utgavs 2006 av Gardners Books.
Spara pengar – köp begagnad från Campusbokhandeln
Köp My Favourite Goodbye begagnad från Campusbokhandeln och spara upp till 25% jämfört med nypris. Du kan bevaka den här boken så får du ett mail så fort vi får in den i lager som begagnad.
Genom att köpa & sälja begagnat sänker du kostnaden för studier både för dig och nästa student samtidigt som du gör nytta för klimatet.
Produktinformation
Kategori:
Skönlitteratur
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9780755329977
Upplaga:
0
Utgiven:
2006-05-01
Förlag:
Gardners Books
Sidantal:
496
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>