[TOC]
# 缓存
[ionic-cache](https://github.com/Nodonisko/ionic-cache)
# 图片查看
https://github.com/Riron/ionic-img-viewer
# 图像加载
## [ng-lazyload-image](https://github.com/tjoskar/ng-lazyload-image)
[横向滚动?](https://github.com/tjoskar/ng-lazyload-image/issues/158)
~~~
<ion-scroll scrollX="true" direction="x" #scroll1>
<div class="item" margin *ngFor="let item of newItems"
(click)="goToItemPage(item)">
<img src="./assets/imgs/placeholder.png"
[lazyLoad]="item.photoThumb?.url()"
[scrollTarget]="scroll1._scrollContent.nativeElement" />
<div text-center text-wrap>
<p no-margin>{{ (item.shortName || item.name) | excerpt:17 }}</p>
</div>
</div>
</ion-scroll>
~~~
## [ionic-image-loader](https://github.com/zyra/ionic-image-loader)
## [ionic2-super-tabs](https://github.com/zyra/ionic2-super-tabs)
## [ionic-tooltips](https://github.com/zyra/ionic-tooltips)
# [【组件篇】ionic3开源组件](https://www.jianshu.com/p/3e156999eaa4)
# Ionic Slides 问题合集:
[ion-slides ”options“ has been deprecated 参考](http://www.cnblogs.com/c350156378/p/6479951.html)
[ionic3中轮播组件 单个ion-slide滚动项 宽度只适应(不是全屏)设置方法。](https://blog.csdn.net/aizhuanjiao666/article/details/78451764)
[ionic2 使用slides制作滑动效果的类型选择栏](https://blog.csdn.net/malonely/article/details/52512827)
[嗡汤圆的Angular2 单页应用一些优化总结](https://blog.csdn.net/tzdwsy/article/details/64438886)
# 第三方js插件
[mescroll](https://github.com/mescroll/mescroll)
[minirefresh](https://minirefresh.github.io/)
零依赖,高性能,多主题,易拓展。优雅的H5下拉刷新
两者很像
http://scrollerjs.com/
# 使用第三方JS库
[Angular4.x 引入第三方JS](https://www.cnblogs.com/yunspider/p/7860187.html)
[Ionic2 使用第三方库](https://yanxiaodi.gitbooks.io/ionic2-guide/content/resources/third-party-libs.html)
- PWA 概念
- Immutable
- Angular 基础概念
- 入门参考
- Angular 更新总结
- Angular 生态系统
- Rx.js
- Ngrx
- CQRS/ES 模式
- Angular 5 详解
- 测试
- 定义共享模块
- 懒路由加载
- angular组件
- 双向绑定及变化检测
- 样式
- ionic 3详解
- ionic3
- ionic 插件
- Ionic 添加动画
- Ghost-Loading
- 打包发布
- Android上架国内应用市场流程
- 总结
- 文章
- 问题合集
- Cordova
- 插件开发指南
- Android插件开发指南-官网
- IOS插件开发指南-官网
- Hooks 编写
- 桥接技术
- ===cordova插件收集===
- 相关主题-官网
- 实战-自定义插件流程
- UI 及 相关资源