Skip to content

Commit 9a5dafa

Browse files
committed
add title to project: BestProtocol Frontend
1 parent c5f183a commit 9a5dafa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

frontend/src/app/app.component.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ import {Component, OnInit} from '@angular/core';
66
styleUrls: ['./app.component.css']
77
})
88
export class AppComponent implements OnInit {
9+
title: string;
10+
11+
constructor() {
12+
this.title = "BestProtocol Frontend"; // initialized in the constructor
13+
}
914

1015
ngOnInit(): void {
1116

0 commit comments

Comments
 (0)