ionic-image-loader
Version:
Ionic Component and Service to load images in a background thread and cache them for later use
125 lines (100 loc) • 8.68 kB
JavaScript
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([["avatars-avatars-module"],{
/***/ "./src/app/avatars/avatars.module.ts":
/*!*******************************************!*\
!*** ./src/app/avatars/avatars.module.ts ***!
\*******************************************/
/*! exports provided: AvatarsPageModule */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AvatarsPageModule", function() { return AvatarsPageModule; });
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/core */ "./node_modules/@angular/core/fesm5/core.js");
/* harmony import */ var _angular_common__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/common */ "./node_modules/@angular/common/fesm5/common.js");
/* harmony import */ var _angular_forms__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/forms */ "./node_modules/@angular/forms/fesm5/forms.js");
/* harmony import */ var _angular_router__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @angular/router */ "./node_modules/@angular/router/fesm5/router.js");
/* harmony import */ var _ionic_angular__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @ionic/angular */ "./node_modules/@ionic/angular/dist/index.js");
/* harmony import */ var _avatars_page__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./avatars.page */ "./src/app/avatars/avatars.page.ts");
/* harmony import */ var _projects_ionic_image_loader_src_lib_ionic_image_loader_module__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../projects/ionic-image-loader/src/lib/ionic-image-loader.module */ "./projects/ionic-image-loader/src/lib/ionic-image-loader.module.ts");
var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
return c > 3 && r && Object.defineProperty(target, key, r), r;
};
var routes = [
{
path: '',
component: _avatars_page__WEBPACK_IMPORTED_MODULE_5__["AvatarsPage"]
}
];
var AvatarsPageModule = /** @class */ (function () {
function AvatarsPageModule() {
}
AvatarsPageModule = __decorate([
Object(_angular_core__WEBPACK_IMPORTED_MODULE_0__["NgModule"])({
imports: [
_angular_common__WEBPACK_IMPORTED_MODULE_1__["CommonModule"],
_angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormsModule"],
_ionic_angular__WEBPACK_IMPORTED_MODULE_4__["IonicModule"],
_projects_ionic_image_loader_src_lib_ionic_image_loader_module__WEBPACK_IMPORTED_MODULE_6__["IonicImageLoader"],
_angular_router__WEBPACK_IMPORTED_MODULE_3__["RouterModule"].forChild(routes)
],
declarations: [_avatars_page__WEBPACK_IMPORTED_MODULE_5__["AvatarsPage"]]
})
], AvatarsPageModule);
return AvatarsPageModule;
}());
/***/ }),
/***/ "./src/app/avatars/avatars.page.html":
/*!*******************************************!*\
!*** ./src/app/avatars/avatars.page.html ***!
\*******************************************/
/*! no static exports found */
/***/ (function(module, exports) {
module.exports = "<ion-header>\n\n <ion-toolbar color=\"dark\">\n <ion-title>Avatars</ion-title>\n </ion-toolbar>\n\n</ion-header>\n\n\n<ion-content>\n\n <ion-list>\n <ion-item>\n <ion-avatar item-left>\n <img-loader src=\"http://ionicframework.com/dist/preview-app/www/assets/img/avatar-ts-woody.png\"\n [useImg]=\"true\"></img-loader>\n </ion-avatar>\n <h2>Someone</h2>\n <p>Something about them</p>\n </ion-item>\n <ion-item>\n <ion-avatar item-left>\n <img-loader src=\"http://ionicframework.com/dist/preview-app/www/assets/img/avatar-ts-buzz.png\"\n [useImg]=\"true\"></img-loader>\n </ion-avatar>\n <h2>Someone</h2>\n <p>Something about them</p>\n </ion-item>\n <ion-item>\n <ion-avatar item-left>\n <img-loader src=\"http://ionicframework.com/dist/preview-app/www/assets/img/avatar-ts-potatohead.png\"\n [useImg]=\"true\"></img-loader>\n </ion-avatar>\n <h2>Someone</h2>\n <p>Something about them</p>\n </ion-item>\n <ion-item>\n <ion-avatar item-left>\n <img-loader src=\"http://ionicframework.com/dist/preview-app/www/assets/img/avatar-ts-hamm.png\"\n [useImg]=\"true\"></img-loader>\n </ion-avatar>\n <h2>Someone</h2>\n <p>Something about them</p>\n </ion-item>\n <ion-item>\n <ion-avatar item-left>\n <img-loader src=\"http://ionicframework.com/dist/preview-app/www/assets/img/avatar-ts-bopeep.png\"\n [useImg]=\"true\"></img-loader>\n </ion-avatar>\n <h2>Someone</h2>\n <p>Something about them</p>\n </ion-item>\n <ion-item>\n <ion-avatar item-left>\n <img-loader src=\"http://ionicframework.com/dist/preview-app/www/assets/img/avatar-luke.png\"\n [useImg]=\"true\"></img-loader>\n </ion-avatar>\n <h2>Someone</h2>\n <p>Something about them</p>\n </ion-item>\n <ion-item>\n <ion-avatar item-left>\n <img-loader src=\"http://ionicframework.com/dist/preview-app/www/assets/img/avatar-rey.png\"\n [useImg]=\"true\"></img-loader>\n </ion-avatar>\n <h2>Someone</h2>\n <p>Something about them</p>\n </ion-item>\n <ion-item>\n <ion-avatar item-left>\n <img-loader src=\"http://ionicframework.com/dist/preview-app/www/assets/img/avatar-luke.png\"\n [useImg]=\"true\"></img-loader>\n </ion-avatar>\n <h2>Someone</h2>\n <p>Something about them</p>\n </ion-item>\n </ion-list>\n\n</ion-content>"
/***/ }),
/***/ "./src/app/avatars/avatars.page.scss":
/*!*******************************************!*\
!*** ./src/app/avatars/avatars.page.scss ***!
\*******************************************/
/*! no static exports found */
/***/ (function(module, exports) {
module.exports = ""
/***/ }),
/***/ "./src/app/avatars/avatars.page.ts":
/*!*****************************************!*\
!*** ./src/app/avatars/avatars.page.ts ***!
\*****************************************/
/*! exports provided: AvatarsPage */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AvatarsPage", function() { return AvatarsPage; });
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/core */ "./node_modules/@angular/core/fesm5/core.js");
var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
return c > 3 && r && Object.defineProperty(target, key, r), r;
};
var __metadata = (undefined && undefined.__metadata) || function (k, v) {
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
};
var AvatarsPage = /** @class */ (function () {
function AvatarsPage() {
}
AvatarsPage.prototype.ngOnInit = function () {
};
AvatarsPage = __decorate([
Object(_angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"])({
selector: 'app-avatars',
template: __webpack_require__(/*! ./avatars.page.html */ "./src/app/avatars/avatars.page.html"),
styles: [__webpack_require__(/*! ./avatars.page.scss */ "./src/app/avatars/avatars.page.scss")],
}),
__metadata("design:paramtypes", [])
], AvatarsPage);
return AvatarsPage;
}());
/***/ })
}]);
//# sourceMappingURL=avatars-avatars-module.js.map