Skip to content

Instantly share code, notes, and snippets.

@ADjenkov
Last active June 7, 2018 12:31
Show Gist options
  • Save ADjenkov/d524f9736341f4ca3354ccfaacb72477 to your computer and use it in GitHub Desktop.
Save ADjenkov/d524f9736341f4ca3354ccfaacb72477 to your computer and use it in GitHub Desktop.
{
"cars" : [
{
"class" : "Luxury",
"doors" : 2,
"hasAC" : true,
"id" : "car1",
"imageStoragePath" : "images/car1.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car1.jpg",
"luggage" : 3,
"name" : "BMW 5 Series",
"price" : 76,
"seats" : "2",
"transmission" : "Automatic"
},
{
"class" : "Luxury",
"doors" : 5,
"hasAC" : false,
"id" : "car2",
"imageStoragePath" : "images/car2.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car2.jpg",
"luggage" : 3,
"name" : "Ford KA",
"price" : 44,
"seats" : "4 + 1",
"transmission" : "Automatic"
},
{
"class" : "Mini",
"doors" : 3,
"hasAC" : true,
"id" : "car3",
"imageStoragePath" : "images/car3.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car3.jpg",
"luggage" : 1,
"name" : "Smart",
"price" : 39,
"seats" : "2",
"transmission" : "Manual"
},
{
"class" : "Standard",
"doors" : 5,
"hasAC" : true,
"id" : "car4",
"imageStoragePath" : "images/car4.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car4.jpg",
"luggage" : 2,
"name" : "Kia Sorento",
"price" : 45,
"seats" : "4 + 1",
"transmission" : "Manual"
},
{
"class" : "Luxury",
"doors" : 3,
"hasAC" : true,
"id" : "car5",
"imageStoragePath" : "images/car5.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car5.jpg",
"luggage" : 2,
"name" : "Mazda MX-5",
"price" : 53,
"seats" : "2",
"transmission" : "Automatic"
},
{
"class" : "Luxury",
"doors" : 3,
"hasAC" : false,
"id" : "car6",
"imageStoragePath" : "images/car6.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car6.jpg",
"luggage" : 2,
"name" : "Mercedes S-Class Cabriolet",
"price" : 89,
"seats" : "4",
"transmission" : "Manual"
},
{
"class" : "Luxury",
"doors" : 2,
"hasAC" : true,
"id" : "car7",
"imageStoragePath" : "images/car1.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car1.jpg",
"luggage" : 3,
"name" : "BMW 3 Series",
"price" : 68,
"seats" : "4",
"transmission" : "Automatic"
},
{
"class" : "Luxury",
"doors" : 5,
"hasAC" : false,
"id" : "car8",
"imageStoragePath" : "images/car2.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car2.jpg",
"luggage" : 3,
"name" : "Audi A3",
"price" : 46,
"seats" : "4",
"transmission" : "Automatic"
},
{
"class" : "Mini",
"doors" : 3,
"hasAC" : true,
"id" : "car9",
"imageStoragePath" : "images/car3.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car3.jpg",
"luggage" : 1,
"name" : "Mini Cooper",
"price" : 37,
"seats" : "2",
"transmission" : "Manual"
},
{
"class" : "Standard",
"doors" : 5,
"hasAC" : true,
"id" : "car10",
"imageStoragePath" : "images/car4.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car4.jpg",
"luggage" : 2,
"name" : "Hyundai Santa Fe",
"price" : 47,
"seats" : "4 + 1",
"transmission" : "Manual"
},
{
"class" : "Luxury",
"doors" : 3,
"hasAC" : true,
"id" : "car11",
"imageStoragePath" : "images/car5.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car5.jpg",
"luggage" : 2,
"name" : "Nissan Z370",
"price" : 58,
"seats" : "2",
"transmission" : "Automatic"
},
{
"class" : "Luxury",
"DOORS" : 3,
"hasAC" : false,
"id" : "car12",
"imageStoragePath" : "images/car6.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car6.jpg",
"luggage" : 2,
"name" : "Lexus LC",
"price" : 89,
"seats" : "4",
"transmission" : "Automatic"
},
{
"class" : "Luxury",
"doors" : 2,
"hasAC" : true,
"id" : "car13",
"imageStoragePath" : "images/car1.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car1.jpg",
"luggage" : 3,
"name" : "Audi A4 Avant",
"price" : 70,
"seats" : "4",
"transmission" : "Automatic"
},
{
"class" : "Standard",
"doors" : 5,
"hasAC" : false,
"id" : "car14",
"imageStoragePath" : "images/car2.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car2.jpg",
"luggage" : 3,
"name" : "Opel Astra",
"price" : 40,
"seats" : "4 + 1",
"transmission" : "Automatic"
},
{
"class" : "Mini",
"doors" : 3,
"hasAC" : true,
"id" : "car15",
"imageStoragePath" : "images/car3.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car3.jpg",
"luggage" : 1,
"name" : "Opel Adam",
"price" : 39,
"seats" : "2",
"transmission" : "Manual"
},
{
"class" : "Standard",
"doors" : 5,
"hasAC" : true,
"id" : "car16",
"imageStoragePath" : "images/car4.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car4.jpg",
"luggage" : 2,
"name" : "Opel Zafira",
"price" : 45,
"seats" : "4 + 1",
"transmission" : "Manual"
},
{
"class" : "Luxury",
"doors" : 3,
"hasAC" : true,
"id" : "car17",
"imageStoragePath" : "images/car5.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car5.jpg",
"luggage" : 2,
"name" : "Honda S2000",
"price" : 55,
"seats" : "2",
"transmission" : "Manual"
},
{
"class" : "Luxury",
"DOORS" : 3,
"hasAC" : false,
"id" : "car18",
"imageStoragePath" : "images/car6.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car6.jpg",
"luggage" : 2,
"name" : "Toyota GT 86",
"price" : 89,
"seats" : "4",
"transmission" : "Manual"
},
{
"class" : "Luxury",
"doors" : 4,
"hasAC" : true,
"id" : "car19",
"imageStoragePath" : "images/car1.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car1.jpg",
"luggage" : 3,
"name" : "Mercedes C-Class Estate",
"price" : 76,
"seats" : "2",
"transmission" : "Automatic"
},
{
"class" : "Luxury",
"doors" : 5,
"hasAC" : false,
"id" : "car20",
"imageStoragePath" : "images/car2.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car2.jpg",
"luggage" : 3,
"name" : "BMW 1 Series",
"price" : 44,
"seats" : "4 + 1",
"transmission" : "Automatic"
},
{
"class" : "Mini",
"doors" : 3,
"hasAC" : true,
"id" : "car21",
"imageStoragePath" : "images/car3.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car3.jpg",
"luggage" : 1,
"name" : "Renault Twingo",
"price" : 39,
"seats" : "2",
"transmission" : "Manual"
},
{
"class" : "Standard",
"doors" : 5,
"hasAC" : true,
"id" : "car22",
"imageStoragePath" : "images/car4.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car4.jpg",
"luggage" : 2,
"name" : "Volkswagen Transporter",
"price" : 45,
"seats" : "4 + 1",
"transmission" : "Manual"
},
{
"class" : "Luxury",
"doors" : 3,
"hasAC" : true,
"id" : "car23",
"imageStoragePath" : "images/car5.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car5.jpg",
"luggage" : 2,
"name" : "BMW Z4",
"price" : 53,
"seats" : "2",
"transmission" : "Automatic"
},
{
"class" : "Luxury",
"DOORS" : 3,
"hasAC" : false,
"id" : "car24",
"imageStoragePath" : "images/car6.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car6.jpg",
"luggage" : 2,
"name" : "BMW 3-Series Cabrio",
"price" : 89,
"seats" : "4",
"transmission" : "Manual"
},
{
"class" : "Luxury",
"doors" : 2,
"hasAC" : true,
"id" : "car25",
"imageStoragePath" : "images/car1.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car1.jpg",
"luggage" : 3,
"name" : "BMW 5 Series",
"price" : 76,
"seats" : "2",
"transmission" : "Automatic"
},
{
"class" : "Luxury",
"doors" : 5,
"hasAC" : false,
"id" : "car26",
"imageStoragePath" : "images/car2.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car2.jpg",
"luggage" : 3,
"name" : "Ford KA",
"price" : 44,
"seats" : "4 + 1",
"transmission" : "Automatic"
},
{
"class" : "Mini",
"doors" : 3,
"hasAC" : true,
"id" : "car27",
"imageStoragePath" : "images/car3.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car3.jpg",
"luggage" : 1,
"name" : "Smart",
"price" : 39,
"seats" : "2",
"transmission" : "Manual"
},
{
"class" : "Standard",
"doors" : 5,
"hasAC" : true,
"id" : "car28",
"imageStoragePath" : "images/car4.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car4.jpg",
"luggage" : 2,
"name" : "Kia Sorento",
"price" : 45,
"seats" : "4 + 1",
"transmission" : "Manual"
},
{
"class" : "Luxury",
"doors" : 3,
"hasAC" : true,
"id" : "car29",
"imageStoragePath" : "images/car5.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car5.jpg",
"luggage" : 2,
"name" : "Mazda MX-5",
"price" : 53,
"seats" : "2",
"transmission" : "Automatic"
},
{
"class" : "Luxury",
"doors" : 3,
"hasAC" : false,
"id" : "car30",
"imageStoragePath" : "images/car6.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car6.jpg",
"luggage" : 2,
"name" : "Mercedes S-Class Cabriolet",
"price" : 89,
"seats" : "4",
"transmission" : "Manual"
},
{
"class" : "Luxury",
"doors" : 2,
"hasAC" : true,
"id" : "car31",
"imageStoragePath" : "images/car1.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car1.jpg",
"luggage" : 3,
"name" : "BMW 3 Series",
"price" : 68,
"seats" : "4",
"transmission" : "Automatic"
},
{
"class" : "Luxury",
"doors" : 5,
"hasAC" : false,
"id" : "car32",
"imageStoragePath" : "images/car2.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car2.jpg",
"luggage" : 3,
"name" : "Audi A3",
"price" : 46,
"seats" : "4",
"transmission" : "Automatic"
},
{
"class" : "Mini",
"doors" : 3,
"hasAC" : true,
"id" : "car33",
"imageStoragePath" : "images/car3.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car3.jpg",
"luggage" : 1,
"name" : "Mini Cooper",
"price" : 37,
"seats" : "2",
"transmission" : "Manual"
},
{
"class" : "Standard",
"doors" : 5,
"hasAC" : true,
"id" : "car34",
"imageStoragePath" : "images/car4.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car4.jpg",
"luggage" : 2,
"name" : "Hyundai Santa Fe",
"price" : 47,
"seats" : "4 + 1",
"transmission" : "Manual"
},
{
"class" : "Luxury",
"doors" : 3,
"hasAC" : true,
"id" : "car35",
"imageStoragePath" : "images/car5.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car5.jpg",
"luggage" : 2,
"name" : "Nissan Z370",
"price" : 58,
"seats" : "2",
"transmission" : "Automatic"
},
{
"class" : "Luxury",
"DOORS" : 3,
"hasAC" : false,
"id" : "car36",
"imageStoragePath" : "images/car6.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car6.jpg",
"luggage" : 2,
"name" : "Lexus LC",
"price" : 89,
"seats" : "4",
"transmission" : "Automatic"
},
{
"class" : "Luxury",
"doors" : 2,
"hasAC" : true,
"id" : "car37",
"imageStoragePath" : "images/car1.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car1.jpg",
"luggage" : 3,
"name" : "Audi A4 Avant",
"price" : 70,
"seats" : "4",
"transmission" : "Automatic"
},
{
"class" : "Standard",
"doors" : 5,
"hasAC" : false,
"id" : "car38",
"imageStoragePath" : "images/car2.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car2.jpg",
"luggage" : 3,
"name" : "Opel Astra",
"price" : 40,
"seats" : "4 + 1",
"transmission" : "Automatic"
},
{
"class" : "Mini",
"doors" : 3,
"hasAC" : true,
"id" : "car39",
"imageStoragePath" : "images/car3.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car3.jpg",
"luggage" : 1,
"name" : "Opel Adam",
"price" : 39,
"seats" : "2",
"transmission" : "Manual"
},
{
"class" : "Standard",
"doors" : 5,
"hasAC" : true,
"id" : "car40",
"imageStoragePath" : "images/car4.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car4.jpg",
"luggage" : 2,
"name" : "Opel Zafira",
"price" : 45,
"seats" : "4 + 1",
"transmission" : "Manual"
},
{
"class" : "Luxury",
"doors" : 3,
"hasAC" : true,
"id" : "car41",
"imageStoragePath" : "images/car5.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car5.jpg",
"luggage" : 2,
"name" : "Honda S2000",
"price" : 55,
"seats" : "2",
"transmission" : "Manual"
},
{
"class" : "Luxury",
"DOORS" : 3,
"hasAC" : false,
"id" : "car42",
"imageStoragePath" : "images/car6.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car6.jpg",
"luggage" : 2,
"name" : "Toyota GT 86",
"price" : 89,
"seats" : "4",
"transmission" : "Manual"
},
{
"class" : "Luxury",
"doors" : 4,
"hasAC" : true,
"id" : "car43",
"imageStoragePath" : "images/car1.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car1.jpg",
"luggage" : 3,
"name" : "Mercedes C-Class Estate",
"price" : 76,
"seats" : "2",
"transmission" : "Automatic"
},
{
"class" : "Luxury",
"doors" : 5,
"hasAC" : false,
"id" : "car44",
"imageStoragePath" : "images/car2.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car2.jpg",
"luggage" : 3,
"name" : "BMW 1 Series",
"price" : 44,
"seats" : "4 + 1",
"transmission" : "Automatic"
},
{
"class" : "Mini",
"doors" : 3,
"hasAC" : true,
"id" : "car45",
"imageStoragePath" : "images/car3.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car3.jpg",
"luggage" : 1,
"name" : "Renault Twingo",
"price" : 39,
"seats" : "2",
"transmission" : "Manual"
},
{
"class" : "Standard",
"doors" : 5,
"hasAC" : true,
"id" : "car46",
"imageStoragePath" : "images/car4.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car4.jpg",
"luggage" : 2,
"name" : "Volkswagen Transporter",
"price" : 45,
"seats" : "4 + 1",
"transmission" : "Manual"
},
{
"class" : "Luxury",
"doors" : 3,
"hasAC" : true,
"id" : "car47",
"imageStoragePath" : "images/car5.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car5.jpg",
"luggage" : 2,
"name" : "BMW Z4",
"price" : 53,
"seats" : "2",
"transmission" : "Automatic"
},
{
"class" : "Luxury",
"DOORS" : 3,
"hasAC" : false,
"id" : "car48",
"imageStoragePath" : "images/car6.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car6.jpg",
"luggage" : 2,
"name" : "BMW 3-Series Cabrio",
"price" : 89,
"seats" : "4",
"transmission" : "Manual"
},
{
"class" : "Luxury",
"doors" : 2,
"hasAC" : true,
"id" : "car49",
"imageStoragePath" : "images/car1.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car1.jpg",
"luggage" : 3,
"name" : "BMW 5 Series",
"price" : 76,
"seats" : "2",
"transmission" : "Automatic"
},
{
"class" : "Luxury",
"doors" : 5,
"hasAC" : false,
"id" : "car50",
"imageStoragePath" : "images/car2.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car2.jpg",
"luggage" : 3,
"name" : "Ford KA",
"price" : 44,
"seats" : "4 + 1",
"transmission" : "Automatic"
},
{
"class" : "Mini",
"doors" : 3,
"hasAC" : true,
"id" : "car51",
"imageStoragePath" : "images/car3.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car3.jpg",
"luggage" : 1,
"name" : "Smart",
"price" : 39,
"seats" : "2",
"transmission" : "Manual"
},
{
"class" : "Standard",
"doors" : 5,
"hasAC" : true,
"id" : "car52",
"imageStoragePath" : "images/car4.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car4.jpg",
"luggage" : 2,
"name" : "Kia Sorento",
"price" : 45,
"seats" : "4 + 1",
"transmission" : "Manual"
},
{
"class" : "Luxury",
"doors" : 3,
"hasAC" : true,
"id" : "car53",
"imageStoragePath" : "images/car5.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car5.jpg",
"luggage" : 2,
"name" : "Mazda MX-5",
"price" : 53,
"seats" : "2",
"transmission" : "Automatic"
},
{
"class" : "Luxury",
"DOORS" : 3,
"hasAC" : false,
"id" : "car54",
"imageStoragePath" : "images/car6.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car6.jpg",
"luggage" : 2,
"name" : "Mercedes S-Class Cabriolet",
"price" : 89,
"seats" : "4",
"transmission" : "Manual"
},
{
"class" : "Luxury",
"doors" : 2,
"hasAC" : true,
"id" : "car55",
"imageStoragePath" : "images/car1.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car1.jpg",
"luggage" : 3,
"name" : "BMW 3 Series",
"price" : 68,
"seats" : "4",
"transmission" : "Automatic"
},
{
"class" : "Luxury",
"doors" : 5,
"hasAC" : false,
"id" : "car56",
"imageStoragePath" : "images/car2.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car2.jpg",
"luggage" : 3,
"name" : "Audi A3",
"price" : 46,
"seats" : "4",
"transmission" : "Automatic"
},
{
"class" : "Mini",
"doors" : 3,
"hasAC" : true,
"id" : "car57",
"imageStoragePath" : "images/car3.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car3.jpg",
"luggage" : 1,
"name" : "Mini Cooper",
"price" : 37,
"seats" : "2",
"transmission" : "Manual"
},
{
"class" : "Standard",
"doors" : 5,
"hasAC" : true,
"id" : "car58",
"imageStoragePath" : "images/car4.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car4.jpg",
"luggage" : 2,
"name" : "Hyundai Santa Fe",
"price" : 47,
"seats" : "4 + 1",
"transmission" : "Manual"
},
{
"class" : "Luxury",
"doors" : 3,
"hasAC" : true,
"id" : "car59",
"imageStoragePath" : "images/car5.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car5.jpg",
"luggage" : 2,
"name" : "Nissan Z370",
"price" : 58,
"seats" : "2",
"transmission" : "Automatic"
},
{
"class" : "Luxury",
"DOORS" : 3,
"hasAC" : false,
"id" : "car60",
"imageStoragePath" : "images/car6.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car6.jpg",
"luggage" : 2,
"name" : "Lexus LC",
"price" : 89,
"seats" : "4",
"transmission" : "Automatic"
},
{
"class" : "Luxury",
"doors" : 2,
"hasAC" : true,
"id" : "car61",
"imageStoragePath" : "images/car1.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car1.jpg",
"luggage" : 3,
"name" : "Audi A4 Avant",
"price" : 70,
"seats" : "4",
"transmission" : "Automatic"
},
{
"class" : "Standard",
"doors" : 5,
"hasAC" : false,
"id" : "car62",
"imageStoragePath" : "images/car2.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car2.jpg",
"luggage" : 3,
"name" : "Opel Astra",
"price" : 40,
"seats" : "4 + 1",
"transmission" : "Automatic"
},
{
"class" : "Mini",
"doors" : 3,
"hasAC" : true,
"id" : "car63",
"imageStoragePath" : "images/car3.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car3.jpg",
"luggage" : 1,
"name" : "Opel Adam",
"price" : 39,
"seats" : "2",
"transmission" : "Manual"
},
{
"class" : "Standard",
"doors" : 5,
"hasAC" : true,
"id" : "car64",
"imageStoragePath" : "images/car4.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car4.jpg",
"luggage" : 2,
"name" : "Opel Zafira",
"price" : 45,
"seats" : "4 + 1",
"transmission" : "Manual"
},
{
"class" : "Luxury",
"doors" : 3,
"hasAC" : true,
"id" : "car65",
"imageStoragePath" : "images/car5.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car5.jpg",
"luggage" : 2,
"name" : "Honda S2000",
"price" : 55,
"seats" : "2",
"transmission" : "Manual"
},
{
"class" : "Luxury",
"DOORS" : 3,
"hasAC" : false,
"id" : "car66",
"imageStoragePath" : "images/car6.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car6.jpg",
"luggage" : 2,
"name" : "Toyota GT 86",
"price" : 89,
"seats" : "4",
"transmission" : "Manual"
},
{
"class" : "Luxury",
"doors" : 4,
"hasAC" : true,
"id" : "car67",
"imageStoragePath" : "images/car1.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car1.jpg",
"luggage" : 3,
"name" : "Mercedes C-Class Estate",
"price" : 76,
"seats" : "2",
"transmission" : "Automatic"
},
{
"class" : "Luxury",
"doors" : 5,
"hasAC" : false,
"id" : "car68",
"imageStoragePath" : "images/car2.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car2.jpg",
"luggage" : 3,
"name" : "BMW 1 Series",
"price" : 44,
"seats" : "4 + 1",
"transmission" : "Automatic"
},
{
"class" : "Mini",
"doors" : 3,
"hasAC" : true,
"id" : "car69",
"imageStoragePath" : "images/car3.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car3.jpg",
"luggage" : 1,
"name" : "Renault Twingo",
"price" : 39,
"seats" : "2",
"transmission" : "Manual"
},
{
"class" : "Standard",
"doors" : 5,
"hasAC" : true,
"id" : "car70",
"imageStoragePath" : "images/car4.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car4.jpg",
"luggage" : 2,
"name" : "Volkswagen Transporter",
"price" : 45,
"seats" : "4 + 1",
"transmission" : "Manual"
},
{
"class" : "Luxury",
"doors" : 3,
"hasAC" : true,
"id" : "car71",
"imageStoragePath" : "images/car5.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car5.jpg",
"luggage" : 2,
"name" : "BMW Z4",
"price" : 53,
"seats" : "2",
"transmission" : "Automatic"
},
{
"class" : "Luxury",
"DOORS" : 3,
"hasAC" : false,
"id" : "car72",
"imageStoragePath" : "images/car6.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car6.jpg",
"luggage" : 2,
"name" : "BMW 3-Series Cabrio",
"price" : 89,
"seats" : "4",
"transmission" : "Manual"
},
{
"class" : "Luxury",
"doors" : 2,
"hasAC" : true,
"id" : "car73",
"imageStoragePath" : "images/car1.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car1.jpg",
"luggage" : 3,
"name" : "BMW 5 Series",
"price" : 76,
"seats" : "2",
"transmission" : "Automatic"
},
{
"class" : "Luxury",
"doors" : 5,
"hasAC" : false,
"id" : "car74",
"imageStoragePath" : "images/car2.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car2.jpg",
"luggage" : 3,
"name" : "Ford KA",
"price" : 44,
"seats" : "4 + 1",
"transmission" : "Automatic"
},
{
"class" : "Mini",
"doors" : 3,
"hasAC" : true,
"id" : "car75",
"imageStoragePath" : "images/car3.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car3.jpg",
"luggage" : 1,
"name" : "Smart",
"price" : 39,
"seats" : "2",
"transmission" : "Manual"
},
{
"class" : "Standard",
"doors" : 5,
"hasAC" : true,
"id" : "car76",
"imageStoragePath" : "images/car4.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car4.jpg",
"luggage" : 2,
"name" : "Kia Sorento",
"price" : 45,
"seats" : "4 + 1",
"transmission" : "Manual"
},
{
"class" : "Luxury",
"doors" : 3,
"hasAC" : true,
"id" : "car77",
"imageStoragePath" : "images/car5.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car5.jpg",
"luggage" : 2,
"name" : "Mazda MX-5",
"price" : 53,
"seats" : "2",
"transmission" : "Automatic"
},
{
"class" : "Luxury",
"DOORS" : 3,
"hasAC" : false,
"id" : "car78",
"imageStoragePath" : "images/car6.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car6.jpg",
"luggage" : 2,
"name" : "Mercedes S-Class Cabriolet",
"price" : 89,
"seats" : "4",
"transmission" : "Manual"
},
{
"class" : "Luxury",
"doors" : 2,
"hasAC" : true,
"id" : "car79",
"imageStoragePath" : "images/car1.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car1.jpg",
"luggage" : 3,
"name" : "BMW 3 Series",
"price" : 68,
"seats" : "4",
"transmission" : "Automatic"
},
{
"class" : "Luxury",
"doors" : 5,
"hasAC" : false,
"id" : "car80",
"imageStoragePath" : "images/car2.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car2.jpg",
"luggage" : 3,
"name" : "Audi A3",
"price" : 46,
"seats" : "4",
"transmission" : "Automatic"
},
{
"class" : "Mini",
"doors" : 3,
"hasAC" : true,
"id" : "car81",
"imageStoragePath" : "images/car3.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car3.jpg",
"luggage" : 1,
"name" : "Mini Cooper",
"price" : 37,
"seats" : "2",
"transmission" : "Manual"
},
{
"class" : "Standard",
"doors" : 5,
"hasAC" : true,
"id" : "car82",
"imageStoragePath" : "images/car4.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car4.jpg",
"luggage" : 2,
"name" : "Hyundai Santa Fe",
"price" : 47,
"seats" : "4 + 1",
"transmission" : "Manual"
},
{
"class" : "Luxury",
"doors" : 3,
"hasAC" : true,
"id" : "car83",
"imageStoragePath" : "images/car5.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car5.jpg",
"luggage" : 2,
"name" : "Nissan Z370",
"price" : 58,
"seats" : "2",
"transmission" : "Automatic"
},
{
"class" : "Luxury",
"DOORS" : 3,
"hasAC" : false,
"id" : "car84",
"imageStoragePath" : "images/car6.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car6.jpg",
"luggage" : 2,
"name" : "Lexus LC",
"price" : 89,
"seats" : "4",
"transmission" : "Automatic"
},
{
"class" : "Luxury",
"doors" : 2,
"hasAC" : true,
"id" : "car85",
"imageStoragePath" : "images/car1.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car1.jpg",
"luggage" : 3,
"name" : "Audi A4 Avant",
"price" : 70,
"seats" : "4",
"transmission" : "Automatic"
},
{
"class" : "Standard",
"doors" : 5,
"hasAC" : false,
"id" : "car86",
"imageStoragePath" : "images/car2.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car2.jpg",
"luggage" : 3,
"name" : "Opel Astra",
"price" : 40,
"seats" : "4 + 1",
"transmission" : "Automatic"
},
{
"class" : "Mini",
"doors" : 3,
"hasAC" : true,
"id" : "car87",
"imageStoragePath" : "images/car3.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car3.jpg",
"luggage" : 1,
"name" : "Opel Adam",
"price" : 39,
"seats" : "2",
"transmission" : "Manual"
},
{
"class" : "Standard",
"doors" : 5,
"hasAC" : true,
"id" : "car88",
"imageStoragePath" : "images/car4.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car4.jpg",
"luggage" : 2,
"name" : "Opel Zafira",
"price" : 45,
"seats" : "4 + 1",
"transmission" : "Manual"
},
{
"class" : "Luxury",
"doors" : 3,
"hasAC" : true,
"id" : "car89",
"imageStoragePath" : "images/car5.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car5.jpg",
"luggage" : 2,
"name" : "Honda S2000",
"price" : 55,
"seats" : "2",
"transmission" : "Manual"
},
{
"class" : "Luxury",
"DOORS" : 3,
"hasAC" : false,
"id" : "car90",
"imageStoragePath" : "images/car6.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car6.jpg",
"luggage" : 2,
"name" : "Toyota GT 86",
"price" : 89,
"seats" : "4",
"transmission" : "Manual"
},
{
"class" : "Luxury",
"doors" : 4,
"hasAC" : true,
"id" : "car91",
"imageStoragePath" : "images/car1.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car1.jpg",
"luggage" : 3,
"name" : "Mercedes C-Class Estate",
"price" : 76,
"seats" : "2",
"transmission" : "Automatic"
},
{
"class" : "Luxury",
"doors" : 5,
"hasAC" : false,
"id" : "car92",
"imageStoragePath" : "images/car2.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car2.jpg",
"luggage" : 3,
"name" : "BMW 1 Series",
"price" : 44,
"seats" : "4 + 1",
"transmission" : "Automatic"
},
{
"class" : "Mini",
"doors" : 3,
"hasAC" : true,
"id" : "car93",
"imageStoragePath" : "images/car3.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car3.jpg",
"luggage" : 1,
"name" : "Renault Twingo",
"price" : 39,
"seats" : "2",
"transmission" : "Manual"
},
{
"class" : "Standard",
"doors" : 5,
"hasAC" : true,
"id" : "car94",
"imageStoragePath" : "images/car4.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car4.jpg",
"luggage" : 2,
"name" : "Volkswagen Transporter",
"price" : 45,
"seats" : "4 + 1",
"transmission" : "Manual"
},
{
"class" : "Luxury",
"doors" : 3,
"hasAC" : true,
"id" : "car95",
"imageStoragePath" : "images/car5.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car5.jpg",
"luggage" : 2,
"name" : "BMW Z4",
"price" : 53,
"seats" : "2",
"transmission" : "Automatic"
},
{
"class" : "Luxury",
"DOORS" : 3,
"hasAC" : false,
"id" : "car96",
"imageStoragePath" : "images/car6.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car6.jpg",
"luggage" : 2,
"name" : "BMW 3-Series Cabrio",
"price" : 89,
"seats" : "4",
"transmission" : "Manual"
},
{
"class" : "Luxury",
"doors" : 2,
"hasAC" : true,
"id" : "car97",
"imageStoragePath" : "images/car1.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car1.jpg",
"luggage" : 3,
"name" : "BMW 5 Series",
"price" : 76,
"seats" : "2",
"transmission" : "Automatic"
},
{
"class" : "Luxury",
"doors" : 5,
"hasAC" : false,
"id" : "car98",
"imageStoragePath" : "images/car2.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car2.jpg",
"luggage" : 3,
"name" : "Ford KA",
"price" : 44,
"seats" : "4 + 1",
"transmission" : "Automatic"
},
{
"class" : "Mini",
"doors" : 3,
"hasAC" : true,
"id" : "car99",
"imageStoragePath" : "images/car3.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car3.jpg",
"luggage" : 1,
"name" : "Smart",
"price" : 39,
"seats" : "2",
"transmission" : "Manual"
},
{
"class" : "Standard",
"doors" : 5,
"hasAC" : true,
"id" : "car100",
"imageStoragePath" : "images/car4.jpg",
"imageUrl" : "https://raw.githubusercontent.com/bugventure/template-master-detail-ng/master/data/images/car4.jpg",
"luggage" : 2,
"name" : "Kia Sorento",
"price" : 45,
"seats" : "4 + 1",
"transmission" : "Manual"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment