Vi flyttar från butik till nätet - så funkar det framåt
Whispers Under Ground | 0:e upplagan
- Danskt band, Engelska, 2012
- Författare: Ben Aaronovitch
- Betyg:
127
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"
>
Fler utgåvor
Beskrivning
Book 3 in the Rivers of London series, from Sunday Times Number One bestselling author Ben Aaronovitch.
Peter Grant is learning magic fast. And it's just as well - he's already had run-ins with the deadly supernatural children of the Thames and a terrifying killer in Soho. Progression in the Police Force is less easy. Especially when you work in a department of two. A department that doesn't even officially exist. A department that if you did describe it to most people would get you laughed at. And then there's his love life. The last person he fell for ended up seriously dead. It wasn't his fault, but still.
Now something horrible is happening in the labyrinth of tunnels that make up the tube system that honeycombs the ancient foundations of London. And delays on the Northern line is the very least of it. Time to call in the Met's Economic and Specialist Crime Unit 9, aka 'The Folly'. Time to call in PC Peter Grant, Britain's Last Wizard.
Praise for the Rivers of London novels:
'Ben Aaronovitch has created a wonderful world full of mystery, magic and fantastic characters. I love being there more than the real London'
NICK FROST
'As brilliant and funny as ever'
THE SUN
'Charming, witty, exciting'
THE INDEPENDENT
'An incredibly fast-moving magical joyride for grown-ups'
THE TIMES
Discover why this incredible series has sold over two million copies around the world. If you're a fan of Terry Pratchett or Douglas Adams - don't panic - you will love Ben Aaronovitch's imaginative, irreverent and all-round irresistible novels.
Peter Grant is learning magic fast. And it's just as well - he's already had run-ins with the deadly supernatural children of the Thames and a terrifying killer in Soho. Progression in the Police Force is less easy. Especially when you work in a department of two. A department that doesn't even officially exist. A department that if you did describe it to most people would get you laughed at. And then there's his love life. The last person he fell for ended up seriously dead. It wasn't his fault, but still.
Now something horrible is happening in the labyrinth of tunnels that make up the tube system that honeycombs the ancient foundations of London. And delays on the Northern line is the very least of it. Time to call in the Met's Economic and Specialist Crime Unit 9, aka 'The Folly'. Time to call in PC Peter Grant, Britain's Last Wizard.
Praise for the Rivers of London novels:
'Ben Aaronovitch has created a wonderful world full of mystery, magic and fantastic characters. I love being there more than the real London'
NICK FROST
'As brilliant and funny as ever'
THE SUN
'Charming, witty, exciting'
THE INDEPENDENT
'An incredibly fast-moving magical joyride for grown-ups'
THE TIMES
Discover why this incredible series has sold over two million copies around the world. If you're a fan of Terry Pratchett or Douglas Adams - don't panic - you will love Ben Aaronovitch's imaginative, irreverent and all-round irresistible novels.
Om denna bok
Whispers Under Ground av Ben Aaronovitch är en Danskt band bok med 432 sidor på Engelska. Den utgavs 2012 av Orion Publishing Co.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Whispers Under Ground 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:
Okänd
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9780575097667
Upplaga:
0
Utgiven:
2012-10-01
Förlag:
Orion Publishing Co
Sidantal:
432
$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"
>