//app.component.tsexport class AppComponent { title = 'my-homework';} //app.component.html<div>{{title}}</div>