image 图片标签
| import { Component, ViewChild, ElementRef } from "angular2/core" | 
res://logo.png 是从 appResouce 下去拿图片~/icon.png 是从 app 根目录下拿
stretch
- none 就是原图大小
- aspectFill 按原图比例缩放适应目标尺寸
- aspectFit 保持原图比例,但会充满目标尺寸,可能会切
- fill 充满但不保持原图比例

image 图片标签
| import { Component, ViewChild, ElementRef } from "angular2/core" | 
res://logo.png 是从 appResouce 下去拿图片~/icon.png 是从 app 根目录下拿
stretch
