Vi flyttar från butik till nätet - så funkar det framåt
Manju’s Cookbook | 0:e upplagan
- Inbunden, Engelska, 2023
- Författare: Manju Patel
- Betyg:
246
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
Authentic Indian food from Manju, one of the worlds oldest chefs, and her award-winning restaurant in this homage to the vegetarian cuisine of Gujarat. 2022 She Awards Outstanding Culinary Skills winner Manju Patel. The food being served at Manju’s fabulous restaurant in Brighton is a homage to the cuisine of Gujarat, where vegetarian cooking is both a religious belief and an environmental cause. Living and growing up in Uganda, Manju was passionate about cooking and was taught to cook by her mother. At the age of 14, she was cooking and supplying 35 tiffins a day, just to make ends meet. In 1972, all East African Asians were exiled from Uganda and Manju arrived in London with little money and went to work in a factory where she stayed until she retired. Her dreams of owning and running a restaurant were forgotten for six decades, until her two sons realized her dreams by opening a restaurant in her honour. Every dish on the menu is cooked alongside her daughter-in-law and head chef Dipali, a highly trained chef, born and raised in Gujarat. This enticing selection of recipes is real reflection of the food served in the popular restaurant and is a perfect example of food not needing meat to feel like a complete meal. Every part of Gujarati cuisine is covered from sharing foods such as Samosa and Kachori, snacks such as Chakri and Sev Mamri, through to a wealth of curries to suit every taste using a variety of vegetables, beans and lentils. Recipes for Manju’s popular chutneys that are sold from the restaurant are also included, as well as dessert and drink recipes such as Gajar Halwa and Mango Lassi. So, if eating authentic Indian food intrigues, then try this wonderful collection of Indian recipes straight from the heart and kitchen of Manju’s.
Om denna bok
Manju’s Cookbook av Manju Patel är en Inbunden bok med 176 sidor på Engelska. Den utgavs 2023 av Cico Books .
Spara pengar – köp begagnad från Campusbokhandeln
Köp Manju’s Cookbook 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:
Inbunden
Språk:
Engelska
ISBN:
9781788795593
Upplaga:
0
Utgiven:
2023-10-10
Förlag:
Cico Books
Sidantal:
176
$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"
>