Vi flyttar från butik till nätet - så funkar det framåt
The Nightmare | 0:e upplagan
- Danskt band, Svenska, 2018
- Författare: Lars Kepler
- Betyg:
12970
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"
>
Fler utgåvor
Beskrivning
‘One of the most exciting Swedish crime novels of recent years…’ Göteborgsposten
From the bestselling author of The Hypnotist comes the second high-octane thriller featuring Detective Inspector Joona Linna
He is an artist in terror
The lifeless body of a young woman is discovered on an abandoned boat. A man is found hanging alone in his apartment.
This is his masterpiece
Should the deaths be treated as suicide or murder? Four people know the answer. But a killer wants them dead.
And only one man can destroy it
Can Detective Inspector Joona Linna keep them alive long enough to find out the truth?
Perfect for fans of Jo Nesbo
Praise for Lars Kepler:
‘A high-octane, taut thriller’ Marie Claire
‘It doesn’t get much better than this’ Göteborgsposten
‘Intricate detective work and heart-ticking suspense’ Boston Globe
‘Kepler’s plots are always thrilling’ The Sunday Times
‘Hurtles along … full of nuanced detail which sets it far above the average thriller … You’ll be terrified’ Evening Standard
‘Taking Europe by storm…ferocious, visceral storytelling that wraps you in a cloak of darkness’ Daily Mail
‘Deeply scarifying stuff’ Independent
‘Kepler has a direct line to a very dark place in the human soul’ Lev Grossman, Time
‘The reader is ready to sell his own soul for the opportunity to read this book without interruption, at one sitting.’ Arbetarbladet
‘A creepy and compulsive crime thriller.’ Mo Hayder
‘Intelligent, original and chilling Simon Beckett
‘Kepler matches the great Jo Nesbo for gothic excitement.’ Weekend Australian
From the bestselling author of The Hypnotist comes the second high-octane thriller featuring Detective Inspector Joona Linna
He is an artist in terror
The lifeless body of a young woman is discovered on an abandoned boat. A man is found hanging alone in his apartment.
This is his masterpiece
Should the deaths be treated as suicide or murder? Four people know the answer. But a killer wants them dead.
And only one man can destroy it
Can Detective Inspector Joona Linna keep them alive long enough to find out the truth?
Perfect for fans of Jo Nesbo
Praise for Lars Kepler:
‘A high-octane, taut thriller’ Marie Claire
‘It doesn’t get much better than this’ Göteborgsposten
‘Intricate detective work and heart-ticking suspense’ Boston Globe
‘Kepler’s plots are always thrilling’ The Sunday Times
‘Hurtles along … full of nuanced detail which sets it far above the average thriller … You’ll be terrified’ Evening Standard
‘Taking Europe by storm…ferocious, visceral storytelling that wraps you in a cloak of darkness’ Daily Mail
‘Deeply scarifying stuff’ Independent
‘Kepler has a direct line to a very dark place in the human soul’ Lev Grossman, Time
‘The reader is ready to sell his own soul for the opportunity to read this book without interruption, at one sitting.’ Arbetarbladet
‘A creepy and compulsive crime thriller.’ Mo Hayder
‘Intelligent, original and chilling Simon Beckett
‘Kepler matches the great Jo Nesbo for gothic excitement.’ Weekend Australian
Om denna bok
The Nightmare av Lars Kepler är en Danskt band bok med 528 sidor på Svenska. Den utgavs 2018 av Gardners Books.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Nightmare 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:
Svenska
ISBN:
9780008241827
Upplaga:
0
Utgiven:
2018-04-05
Förlag:
Gardners Books
Sidantal:
528
$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"
>