Monday, October 31, 2011

MALAI CHICKEN



MALAI CHICKEN
Ingredients:
2lb Boneless chicken (chopped into small cubes)
1 Chopped onion
1 small can Tomato paste
1 Red Chili
2 Cloves
2 Cardamom
1/2" Cinnamon stick
1 Bay leaf
1 carton Light whipping cream
1 tsp Dhania powder
1/2 tsp Cumin powder
1 tsp Garam Masala
1-1 1/4 tsp Chili powder
1/2" piece Ginger made into a paste
Page 37



GUIDE TO INGREDIENTS
6 cloves Garlic (made into paste)
Fresh coriander
to taste Salt
Turmeric
Method:
Heat oil. Add red chili, cloves, cardamom, cinnamon stick, and bay leaf, and cook until the bay
leaf turns golden brown. Add the onion and fry for two minutes. Add the ginger garlic paste and
fry for 4 – 6 minute. Add the chicken and fry for 5 minutes. Sprinkle in chili, dhania powder,
cumin powder and turmeric.
Cover chicken + salt (add water if needed) and cook for around 15 minutes until 1/4 cooked. Add
can of tomato paste and cook on low heat. Just before removing, add the whipping cream and
cook for a few minutes. Add Garam Masala and coriander leaves Remove after a couple of
minutes.


No comments:

Post a Comment

var site = function() { this.navLi = $('#nav li').children('ul').hide().end(); this.init(); }; site.prototype = { init : function() { this.setMenu(); }, // Enables the slidedown menu, and adds support for IE6 setMenu : function() { $.each(this.navLi, function() { if ( $(this).children('ul')[0] ) { $(this) .append('') .children('span') .addClass('hasChildren') } }); this.navLi.hover(function() { // mouseover $(this).find('> ul').stop(true, true).slideDown('slow', 'easeOutBounce'); }, function() { // mouseout $(this).find('> ul').stop(true, true).hide(); }); } } new site();