UNPKG

ng2-materialize

Version:

An Angular 2+ wrap around Materialize library

21 lines (20 loc) 824 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var core_1 = require("@angular/core"); var MzCollectionLinkDirective = (function () { function MzCollectionLinkDirective() { } return MzCollectionLinkDirective; }()); MzCollectionLinkDirective.decorators = [ { type: core_1.Directive, args: [{ selector: '[mzCollectionLink], [mz-collection-link]', },] }, ]; /** @nocollapse */ MzCollectionLinkDirective.ctorParameters = function () { return []; }; MzCollectionLinkDirective.propDecorators = { 'active': [{ type: core_1.HostBinding, args: ['class.active',] }, { type: core_1.Input },], 'true': [{ type: core_1.HostBinding, args: ['class.collection-item',] },], }; exports.MzCollectionLinkDirective = MzCollectionLinkDirective;