UNPKG

ng2-materialize

Version:

An Angular 2+ wrap around Materialize library

24 lines (23 loc) 1.02 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var core_1 = require("@angular/core"); var MzCollectionItemComponent = (function () { function MzCollectionItemComponent() { } return MzCollectionItemComponent; }()); MzCollectionItemComponent.decorators = [ { type: core_1.Component, args: [{ selector: 'mz-collection-item', template: "<ng-content></ng-content>", styles: [":host{display:block}"], },] }, ]; /** @nocollapse */ MzCollectionItemComponent.ctorParameters = function () { return []; }; MzCollectionItemComponent.propDecorators = { 'true': [{ type: core_1.HostBinding, args: ['class.collection-item',] },], 'avatar': [{ type: core_1.HostBinding, args: ['class.avatar',] }, { type: core_1.Input },], 'dismissable': [{ type: core_1.HostBinding, args: ['class.dismissable',] }, { type: core_1.Input },], }; exports.MzCollectionItemComponent = MzCollectionItemComponent;