a zip code crypto-currency system good for red ONLY

virtual-footer.js 1.0KB

12345678910111213141516171819202122232425262728293031
  1. (function (factory) {
  2. if (typeof module === "object" && typeof module.exports === "object") {
  3. var v = factory(require, exports);
  4. if (v !== undefined) module.exports = v;
  5. }
  6. else if (typeof define === "function" && define.amd) {
  7. define(["require", "exports", "@angular/core"], factory);
  8. }
  9. })(function (require, exports) {
  10. "use strict";
  11. Object.defineProperty(exports, "__esModule", { value: true });
  12. var core_1 = require("@angular/core");
  13. /**
  14. * @hidden
  15. */
  16. var VirtualFooter = (function () {
  17. function VirtualFooter(templateRef) {
  18. this.templateRef = templateRef;
  19. }
  20. VirtualFooter.decorators = [
  21. { type: core_1.Directive, args: [{ selector: '[virtualFooter]' },] },
  22. ];
  23. /** @nocollapse */
  24. VirtualFooter.ctorParameters = function () { return [
  25. { type: core_1.TemplateRef, },
  26. ]; };
  27. return VirtualFooter;
  28. }());
  29. exports.VirtualFooter = VirtualFooter;
  30. });
  31. //# sourceMappingURL=virtual-footer.js.map