X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fapp%2Fapp.component.ts;fp=src%2Fapp%2Fapp.component.ts;h=c834a0723c8b3e33f57968fba19196ac3f4225e4;hb=73d0731d981e15ea882b6606cb1f672bb701502c;hp=b1290308eacc4738ef16db688457e40488fb34f9;hpb=ed0d31f519eee1dc46003c65e3b3e3b8cc0d3f6d;p=examples%2Fangular-tour-of-heroes diff --git a/src/app/app.component.ts b/src/app/app.component.ts index b129030..c834a07 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -6,5 +6,5 @@ import { Component } from '@angular/core'; styleUrls: ['./app.component.css'] }) export class AppComponent { - title = 'angular-tour-of-heroes'; + title = 'LVM - Camunda-Beispiel'; }