c834a0723c8b3e33f57968fba19196ac3f4225e4
[examples/angular-tour-of-heroes] / src / app / app.component.ts
1 import { Component } from '@angular/core';
2
3 @Component({
4   selector: 'app-root',
5   templateUrl: './app.component.html',
6   styleUrls: ['./app.component.css']
7 })
8 export class AppComponent {
9   title = 'LVM - Camunda-Beispiel';
10 }