export class MailFolderComponent implements OnInit{

  title: Observable<string>;
messages: Observable<Mail[]>; constructor(
private route: ActivatedRoute
){ } ngOnInit() {
this.messages = this.route.data.pluck('messages');
this.title = this.route.params.pluck('name')
}
}

最新文章

  1. 关于分工的思考 (Thoughts on Division of Labor)
  2. Start with connect by prior 递归查询
  3. jQuery属性,方法操作
  4. Perl中的替换(七)
  5. python-day7 python内置模块 面向对象
  6. anroid
  7. ios系统 处理内存警告
  8. InstallShield Limited Edition for Visual Studio 2013
  9. window批处理-3.go
  10. GIT分支管理是一门艺术(转)
  11. 设置 NSZombieEnabled 定位 EXC_BAD_ACCESS 错误
  12. Spring Cloud Netflix vs Spring Cloud Alibaba
  13. libraries\include\boost-1_61\boost/regex/v4/perl_matcher.hpp(362): error C2292: &#39;boost::re_detail_106100::perl_matcher&lt;const char *,std::allocator&lt;boost::sub_match&lt;const char *&gt;&gt;,boost::regex_traits&lt;c
  14. 【vue】vue +element 搭建项目,vue-cli 如何打包上线
  15. HTTP协议02-请求和响应的报文构成
  16. [转]Golang TLS
  17. 零基础爬虫----python爬取豆瓣电影top250的信息(转)
  18. 以太坊Inner Transaction合约内充值转账
  19. Unity3d跨平台原理
  20. HDU 1087 最长不下降子序列 LIS DP

热门文章

  1. 洛谷P2660 zzc 种田
  2. vue中添加favicon
  3. (转)Tomcat目录结构
  4. 洛谷 P1109 学生分组
  5. tomcat的一些简单配置
  6. 1.1 Introduction中 Kafka as a Storage System官网剖析(博主推荐)
  7. 7. 基于Express实现接口
  8. jmeter连接mysql数据库配置
  9. POJ 1274 The Perfect Stall || POJ 1469 COURSES(zoj 1140)二分图匹配
  10. Android java.lang.IllegalArgumentException: Object returned from onCreateLoader must not be a non-static inn