Untitled
Anonymous
plain_text
11/28/2021 6:29 PM
640 B
15
Indexable
import { Component} from '@angular/core';
@Component({
selector: 'app-mat-search',
template: '.<h1>Welcome to first angular app</h1>',
})
export class AppComponent implements OnInit {
constructor(
) { }
ngOnInit(): void {
}
}Editor is loading...