Vi flyttar från butik till nätet - så funkar det framåt
Heat 2 | 0:e upplagan
- Pocket, Engelska, 2023
- Författare: Meg Gardiner, Michael Mann
- Betyg:
178
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
Michael Mann, Oscar-nominated filmmaker and writer-director of Heat and Miami Vice, teams up with Meg Gardiner to deliver Mann's first crime novel, an explosive return to the world and characters of his classic film Heat - an all-new story that illuminates what happened before and after the film.A Times Book of the Year 2022'Michael Mann's HEAT is one of my all-time favourite movies. HEAT 2 is now one of my favourite suspense novels' JAMES PATTERSONDescribed by Michael Mann as both a prequel and sequel to the renowned, critically acclaimed film of the same name, HEAT 2 covers the formative years of homicide detective Vincent Hanna (Oscar winner Al Pacino) and elite criminals Neil McCauley (Oscar winner Robert De Niro), Chris Shiherlis (Val Kilmer), and Nate (Oscar winner Jon Voight), and features the same extraordinary ambition, scope, rich characterizations, and attention to detail as the epic film.This new story leads up to the events of the film and then moves beyond it, featuring new characters on both sides of the law, new high-line heists, and breathtakingly cinematic action sequences. Ranging from the streets of L.A. to the inner sancta of rival Taiwanese crime syndicates in Paraguay to a massive drug cartel money-laundering operation just over the border in Mexico, HEAT 2 illuminates the dangerous workings of international crime organizations and the agents who pursue them as it provides a full-blooded portrait of the men and women who inhabit both worlds.Operatic in scope, HEAT 2 is engrossing, moving, and tragic - a masterpiece of crime fiction from one of the most innovative and influential filmmakers in American cinema.
Om denna bok
Heat 2 av Meg Gardiner och Michael Mann är en Pocket bok med 480 sidor på Engelska. Den utgavs 2023 av Nordiska Bokgrossisten.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Heat 2 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:
Pocket
Språk:
Engelska
ISBN:
9780008222772
Upplaga:
0
Utgiven:
2023-08-17
Förlag:
Nordiska Bokgrossisten
Sidantal:
480
$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"
>