typescript IF_06_03_home.page.ts_1

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了typescript 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){
    
  }

}

以上是关于typescript IF_06_03_home.page.ts_1的主要内容,如果未能解决你的问题,请参考以下文章

typescript IF_06_04_home.page.ts_2

typescript IF_05_03_Home_GoForward_TS

typescript IF_06_03_app.module.ts

typescript IF_05_10_Popover_Home_TS

typescript IF_05_07_Modal_Home_TS

typescript IF_05_07_NavigationService_Home_TS