Added vorgang.service.ts and accompanying spec
[examples/angular-tour-of-heroes] / src / mock / vorgang.json
diff --git a/src/mock/vorgang.json b/src/mock/vorgang.json
new file mode 100644 (file)
index 0000000..052717a
--- /dev/null
@@ -0,0 +1,9 @@
+{
+    "type": "SUCCESS",
+    "vbId": "greetings",
+    "vorgangId": 1,
+    "zustand": {
+        "dlz": "1|vbId=greetings|1, rand=8: Hallo Welt!",
+        "produkt": "1|vbId=greetings|1, rand=1: Hallo Welt!"
+    }
+}