Vi flyttar från butik till nätet - så funkar det framåt
Romy Gill's India | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Romy Gill
- Betyg:
335
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
'Romy Gill conjures magic on the plate yet again. A deliciously versatile book that transports me back to my own mother’s kitchen. Easy to follow, written with verve humour and warmth and always a surprise. Another masterclass…' – Nikesh Shukla
'There’s a freshness and openness about Romy Gill’s books… and this love letter to India is more fresh air... an enticing mix of recipes and stories.' – Sheila Dillon
'Romy’s Punjabi and Bengali roots come together in this book to create her most vivid, unique and delicious version of home.' – Minnie Driver
'In addition to her lush design choices and gorgeous photographs, I am eternally grateful to Romy Gill for consistently fulfilling a crucial need: Recipes that impress my own Indian mother.' – Priyanka Mattoo
Step into the heart of India's vibrant culinary heritage with Romy Gill's India. Renowned chef Romy Gill takes you on a charming journey through her ancestral kitchens in the Bengal and Punjab region, where she discovered the true essence of home-cooked Indian cuisine.
In this beautiful cookbook, Romy shares over 70 of her beloved family recipes, each a testament to the flavours that define her childhood. From the iconic Butter Chicken, a beloved staple in every Indian home, to the delicious simplicity of her Masala Omelette, Romy invites you to savour the authentic tastes of India without the fuss. As well as recipes, Romy imparts her culinary wisdom and invaluable tips to help you craft curries with confidence in your own kitchen. With easy-to-follow instructions and readily available ingredients, every dish is designed with the home cook in mind, ensuring that your journey into Indian cuisine is as delightful as it is delicious.
With recipes that caters to every palate, offering a diverse range of recipes, including vegetarian, vegan, and non-vegetarian options, Romy's warm and engaging narrative will guide you through the intricacies of Indian cuisine, allowing you to create mouthwatering meals that evoke the comforting flavours of home.
'There’s a freshness and openness about Romy Gill’s books… and this love letter to India is more fresh air... an enticing mix of recipes and stories.' – Sheila Dillon
'Romy’s Punjabi and Bengali roots come together in this book to create her most vivid, unique and delicious version of home.' – Minnie Driver
'In addition to her lush design choices and gorgeous photographs, I am eternally grateful to Romy Gill for consistently fulfilling a crucial need: Recipes that impress my own Indian mother.' – Priyanka Mattoo
Step into the heart of India's vibrant culinary heritage with Romy Gill's India. Renowned chef Romy Gill takes you on a charming journey through her ancestral kitchens in the Bengal and Punjab region, where she discovered the true essence of home-cooked Indian cuisine.
In this beautiful cookbook, Romy shares over 70 of her beloved family recipes, each a testament to the flavours that define her childhood. From the iconic Butter Chicken, a beloved staple in every Indian home, to the delicious simplicity of her Masala Omelette, Romy invites you to savour the authentic tastes of India without the fuss. As well as recipes, Romy imparts her culinary wisdom and invaluable tips to help you craft curries with confidence in your own kitchen. With easy-to-follow instructions and readily available ingredients, every dish is designed with the home cook in mind, ensuring that your journey into Indian cuisine is as delightful as it is delicious.
With recipes that caters to every palate, offering a diverse range of recipes, including vegetarian, vegan, and non-vegetarian options, Romy's warm and engaging narrative will guide you through the intricacies of Indian cuisine, allowing you to create mouthwatering meals that evoke the comforting flavours of home.
Om denna bok
Romy Gill's India av Romy Gill är en Danskt band bok med 256 sidor på Engelska. Den utgavs 2024 av Hardie Grant Books (UK).
Spara pengar – köp begagnad från Campusbokhandeln
Köp Romy Gill's India 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:
Mat & dryck
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781784886875
Upplaga:
0
Utgiven:
2024-09-12
Förlag:
Hardie Grant Books (UK)
Sidantal:
256
$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"
>