import { Component } from '@angular/core';
\!h import { HttpClient } from '@angular/common/http';
@Component({
selector: 'app-home',
templateUrl: 'home.page.html',
styleUrls: ['home.page.scss'],
})
export class HomePage {
\!h constructor(httpClient: HttpClient){
}
}