Skip to content

Commit 1b70ac8

Browse files
committed
Update title in app.component.ts to 'Hello'
1 parent 8905acf commit 1b70ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: apps/webapp/src/app/app.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ import { RouterOutlet } from '@angular/router';
99
styles: [],
1010
})
1111
export class AppComponent {
12-
title = 'webapp';
12+
title = 'Hello';
1313
}

0 commit comments

Comments
 (0)