UNPKG

ng2-materialize

Version:

An Angular 2+ wrap around Materialize library

22 lines (21 loc) 858 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var core_1 = require("@angular/core"); var MzTimepickerContainerComponent = (function () { function MzTimepickerContainerComponent() { } return MzTimepickerContainerComponent; }()); MzTimepickerContainerComponent.decorators = [ { type: core_1.Component, args: [{ selector: 'mz-timepicker-container', template: "<div class=\"input-field\" [class.inline]=\"inline\"><ng-content></ng-content></div>", styles: [""], },] }, ]; /** @nocollapse */ MzTimepickerContainerComponent.ctorParameters = function () { return []; }; MzTimepickerContainerComponent.propDecorators = { 'inline': [{ type: core_1.Input },], }; exports.MzTimepickerContainerComponent = MzTimepickerContainerComponent;