UNPKG

ionic-angular

Version:

A powerful framework for building mobile and progressive web apps with JavaScript and Angular

19 lines 532 B
import { Directive, TemplateRef } from '@angular/core'; /** * @hidden */ var VirtualHeader = (function () { function VirtualHeader(templateRef) { this.templateRef = templateRef; } VirtualHeader.decorators = [ { type: Directive, args: [{ selector: '[virtualHeader]' },] }, ]; /** @nocollapse */ VirtualHeader.ctorParameters = function () { return [ { type: TemplateRef, }, ]; }; return VirtualHeader; }()); export { VirtualHeader }; //# sourceMappingURL=virtual-header.js.map