Untitled
unknown
plain_text
3 years ago
489 B
2
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...