Advertisement
Guest User

Untitled

a guest
Oct 7th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. getAllItems(): Array<Item> {
  2.  
  3.     return [
  4.       { "itemName": "Brennerdüse", "manufacturer": "GEV", "id": "100411", "description": "Höhe 36 mm Durchmesser 16 mm Gewindegröße 1/8 Anwendung für Flammenverteiler passend für JUNKERS", "imageUrl": "https://shop.gev.at/ClientArea/PartsImages/100411.jpg" },
  5.       { "itemName": "Gasventil", "manufacturer": "GEV", "id": "101119", "description": "Gasventil Typ V4600C 230V 50Hz Gaseingang 1/2Gasausgang 1/2 Thermoelementanschluss 11/32", "imageUrl": "https://shop.gev.at/ClientArea/PartsImages/101119.jpg" },
  6.       { "itemName": "Widerstand WH50 für Platine", "manufacturer": "GEV", "id": "360595", "description": "Widerstand 0,47 kOhm Leistung 50 W Typ WH50", "imageUrl": "https://shop.gev.at/ClientArea/PartsImages/360595.jpg" },
  7.       { "itemName": "Platine L 70mm B 20mm", "manufacturer": "GEV", "id": "361851", "description": "Platine L 70mm B 20mm", "imageUrl": "https://shop.gev.at/ClientArea/PartsImages/361851.jpg" },
  8.       { "itemName": "Triac 25A 600W Typ TG25E60", "manufacturer": "GEV", "id": "403420", "description": "Schaltleistung 25 A Leistung 600 WTyp TG25E60", "imageUrl": "https://shop.gev.at/ClientArea/PartsImages/403420.jpg" },
  9.       { "itemName": "EPROM CODE 81000-1", "manufacturer": "GEV", "id": "401559", "description": "EPROM CODE 81000-1", "imageUrl": "https://shop.gev.at/ClientArea/PartsImages/401559.jpg" },
  10.       { "itemName": "Elektronikregler BRAINCHILD Typ BTC404", "manufacturer": "GEV", "id": "379839", "description": "Hersteller BRAINCHILD Typ BTC404 Modell 41411000 Messbereich 0 bis +300 °C Einbaumaß 92x92 mm Versorgung 90-264 V Spannungsart AC Fühlerart TC (J) Relaisausgänge 1 Relaisausgang 1 CO-5A(4)", "imageUrl": "https://shop.gev.at/ClientArea/PartsImages/379839.jpg" },
  11.       { "itemName": "Elektronikregler SHANGFANG", "manufacturer": "GEV", "id": "403074", "description": "Elektronikregler SHANGFANG Typ SF-104S-2 71x29mm 230V Spannung AC NTC Relaisausgänge 2 NO-30A", "imageUrl": "https://shop.gev.at/ClientArea/PartsImages/403074.jpg" }
  12.     ];
  13.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement