a zip code crypto-currency system good for red ONLY

virtual-footer.js 413B

1234567891011121314151617
  1. import { Directive, TemplateRef } from '@angular/core';
  2. /**
  3. * @hidden
  4. */
  5. export class VirtualFooter {
  6. constructor(templateRef) {
  7. this.templateRef = templateRef;
  8. }
  9. }
  10. VirtualFooter.decorators = [
  11. { type: Directive, args: [{ selector: '[virtualFooter]' },] },
  12. ];
  13. /** @nocollapse */
  14. VirtualFooter.ctorParameters = () => [
  15. { type: TemplateRef, },
  16. ];
  17. //# sourceMappingURL=virtual-footer.js.map