typescript 博客,page.ts

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了typescript 博客,page.ts相关的知识,希望对你有一定的参考价值。

@Component({
  selector: 'blog-page',
  template: `
    <articles [articles]="articles$ | async"></articles>
  `
})
export class BlogPageComponent implements OnInit {
  articles$ : Observable<Article[]>;

  constructor( private articlesQuery : ArticlesQuery ) {}

}

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

typescript IF_06_05_home.page.ts_3

typescript IF_06_04_home.page.ts_2

typescript IF_06_03_home.page.ts_1

TypeScript 中的类型不存在属性

我的第一篇博客(typescript学习笔记)

无法从 TS 文件访问外部 JS 文件的功能