samarthagarwal
9/24/2018 - 2:24 PM

IF_06_03_home.page.ts_1

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){
    
  }

}