Vi flyttar från butik till nätet - så funkar det framåt
The Plea | 0:e upplagan
- Danskt band, Engelska, 2025
- Författare: Steve Cavanagh
- Betyg:
140
kr
Skickas inom 1-3 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
'One of the most purely entertaining books you'll read this year. It's a blast' JOHN CONNOLLY
'A fantastic thriller writer' MARK BILLINGHAM
FRAUD. BLACKMAIL. MURDER.
IT'S ALL IN A DAY'S WORK FOR EDDIE FLYNN.
When David Child, a major client of a corrupt New York law firm, is arrested for murder, the FBI ask con artist-turned-lawyer Eddie Flynn to secure the case and force him to testify against the firm.
Eddie is not someone who is easily coerced, but when the FBI reveal that they have incriminating files on his wife, he knows he has no choice.
But Eddie is convinced the man is innocent, despite overwhelming evidence to the contrary. With the FBI putting pressure on him to secure the deal, Eddie must find a way to prove his client's innocence.
But the stakes are high - his wife is in danger. And not just from the FBI . . .
Praise for the award-winning, Sunday Times bestseller Steve Cavanagh:
'The ultimate treat for crime fiction fans' JANICE HALLETT
'Steve Cavanagh's twists hit you between the eyes. You never see them coming' ANTHONY HOROWITZ
'A gripping, twisty thriller' IAN RANKIN
'This guy is the real deal. Trust me' LEE CHILD
'Steve Cavanagh writes the best hooks in the business' MICK HERRON
'The real magic is in Steve Cavanagh's hypnotic storytelling power' SUNDAY EXPRESS
'Cavanagh is a genius' EVENING STANDARD
'A great author' MARTINA COLE
'A fantastic thriller writer' MARK BILLINGHAM
FRAUD. BLACKMAIL. MURDER.
IT'S ALL IN A DAY'S WORK FOR EDDIE FLYNN.
When David Child, a major client of a corrupt New York law firm, is arrested for murder, the FBI ask con artist-turned-lawyer Eddie Flynn to secure the case and force him to testify against the firm.
Eddie is not someone who is easily coerced, but when the FBI reveal that they have incriminating files on his wife, he knows he has no choice.
But Eddie is convinced the man is innocent, despite overwhelming evidence to the contrary. With the FBI putting pressure on him to secure the deal, Eddie must find a way to prove his client's innocence.
But the stakes are high - his wife is in danger. And not just from the FBI . . .
Praise for the award-winning, Sunday Times bestseller Steve Cavanagh:
'The ultimate treat for crime fiction fans' JANICE HALLETT
'Steve Cavanagh's twists hit you between the eyes. You never see them coming' ANTHONY HOROWITZ
'A gripping, twisty thriller' IAN RANKIN
'This guy is the real deal. Trust me' LEE CHILD
'Steve Cavanagh writes the best hooks in the business' MICK HERRON
'The real magic is in Steve Cavanagh's hypnotic storytelling power' SUNDAY EXPRESS
'Cavanagh is a genius' EVENING STANDARD
'A great author' MARTINA COLE
Om denna bok
The Plea av Steve Cavanagh är en Danskt band bok med 400 sidor på Engelska. Den utgavs 2025 av Gardners Books.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Plea 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:
9781035414932
Upplaga:
0
Utgiven:
2025-01-02
Förlag:
Gardners Books
Sidantal:
400
$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"
>