UNPKG

ng2-materialize

Version:

An Angular 2+ wrap around Materialize library

32 lines (31 loc) 1.58 kB
"use strict"; var __extends = (this && this.__extends) || (function () { var extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); }; })(); Object.defineProperty(exports, "__esModule", { value: true }); var core_1 = require("@angular/core"); var remove_component_host_1 = require("../../../shared/remove-component-host/remove-component-host"); var MzSidenavCollapsibleHeaderComponent = (function (_super) { __extends(MzSidenavCollapsibleHeaderComponent, _super); function MzSidenavCollapsibleHeaderComponent() { return _super !== null && _super.apply(this, arguments) || this; } return MzSidenavCollapsibleHeaderComponent; }(remove_component_host_1.MzRemoveComponentHost)); MzSidenavCollapsibleHeaderComponent.decorators = [ { type: core_1.Component, args: [{ selector: 'mz-sidenav-collapsible-header', template: "<a class=\"collapsible-header waves-effect\"><ng-content></ng-content></a>", styles: [""], },] }, ]; /** @nocollapse */ MzSidenavCollapsibleHeaderComponent.ctorParameters = function () { return []; }; exports.MzSidenavCollapsibleHeaderComponent = MzSidenavCollapsibleHeaderComponent;