[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 及 相關資源