Show component vorgang
[examples/angular-tour-of-heroes] / src / app / vorgang / vorgang.component.ts
index 4c8233d..ddcfe43 100644 (file)
@@ -7,6 +7,8 @@ import { Component, OnInit } from '@angular/core';
 })
 export class VorgangComponent implements OnInit {
 
+  vorgang = "Hello world!";
+
   constructor() { }
 
   ngOnInit(): void {