Untitled
Anonymous
plain_text
11/28/2021 6:16 PM
652 B
22
Indexable
import { Component } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html' // refer app.component.html for adding message value using property binding
})
export class AppComponent {
message = "hey there";
//Define your message with hey there
}Editor is loading...