a zip code crypto-currency system good for red ONLY

item-content.js 1.1KB

123456789101112131415161718192021222324252627282930313233
  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 ItemContent = (function () {
  17. function ItemContent() {
  18. }
  19. ItemContent.decorators = [
  20. { type: core_1.Directive, args: [{
  21. selector: 'ion-item,[ion-item]',
  22. host: {
  23. 'class': 'item-block'
  24. }
  25. },] },
  26. ];
  27. /** @nocollapse */
  28. ItemContent.ctorParameters = function () { return []; };
  29. return ItemContent;
  30. }());
  31. exports.ItemContent = ItemContent;
  32. });
  33. //# sourceMappingURL=item-content.js.map