diff --git a/src/app/app.component.html b/src/app/app.component.html index b1cd54e..7affe57 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1 +1,4 @@

Comments

+ diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 7b0f672..b6968b2 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -6,5 +6,9 @@ import { Component } from '@angular/core'; styleUrls: ['./app.component.css'] }) export class AppComponent { - title = 'app'; + comments = [ + 'first comment!', + 'nice work!', + 'I would also like to congratulate you!' + ]; }