tixif-ngx-busy
Version:
Angular 2 Busy: show busy/loading indicators on any promise, or on any Observable's subscription
23 lines • 2.58 kB
JavaScript
"use strict";
/**
* @fileoverview This file is generated by the Angular template compiler.
* Do not edit.
* @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride}
* tslint:disable
*/
Object.defineProperty(exports, "__esModule", { value: true });
var i0 = require("@angular/core");
var i1 = require("@angular/common");
var i2 = require("./busy-backdrop.component");
var i3 = require("./promise-tracker.service");
var styles_BusyBackdropComponent = [];
var RenderType_BusyBackdropComponent = i0.ɵcrt({ encapsulation: 2, styles: styles_BusyBackdropComponent, data: { "animation": [{ type: 7, name: "fadeInOut", definitions: [{ type: 1, expr: "void => *", animation: [{ type: 6, styles: { opacity: 0 }, offset: null }, { type: 4, styles: null, timings: ".3s ease" }], options: null }, { type: 1, expr: "* => void", animation: [{ type: 4, styles: { type: 6, styles: { opacity: 0 }, offset: null }, timings: ".3s ease" }], options: null }], options: {} }] } });
exports.RenderType_BusyBackdropComponent = RenderType_BusyBackdropComponent;
function View_BusyBackdropComponent_1(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 1, "div", [["class", "ng-busy-backdrop"]], [[24, "@fadeInOut", 0]], null, null, null, null)), (_l()(), i0.ɵted(-1, null, ["\n "]))], null, function (_ck, _v) { var currVal_0 = undefined; _ck(_v, 0, 0, currVal_0); }); }
function View_BusyBackdropComponent_0(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵted(-1, null, ["\n "])), (_l()(), i0.ɵand(16777216, null, null, 1, null, View_BusyBackdropComponent_1)), i0.ɵdid(2, 16384, null, 0, i1.NgIf, [i0.ViewContainerRef, i0.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i0.ɵted(-1, null, ["\n "]))], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.isActive(); _ck(_v, 2, 0, currVal_0); }, null); }
exports.View_BusyBackdropComponent_0 = View_BusyBackdropComponent_0;
function View_BusyBackdropComponent_Host_0(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 1, "ng-busy-backdrop", [], null, null, null, View_BusyBackdropComponent_0, RenderType_BusyBackdropComponent)), i0.ɵdid(1, 49152, null, 0, i2.BusyBackdropComponent, [i3.PromiseTrackerService], null, null)], null, null); }
exports.View_BusyBackdropComponent_Host_0 = View_BusyBackdropComponent_Host_0;
var BusyBackdropComponentNgFactory = i0.ɵccf("ng-busy-backdrop", i2.BusyBackdropComponent, View_BusyBackdropComponent_Host_0, {}, {}, []);
exports.BusyBackdropComponentNgFactory = BusyBackdropComponentNgFactory;
//# sourceMappingURL=busy-backdrop.component.ngfactory.js.map