ng2-materialize
Version:
An Angular 2+ wrap around Materialize library
20 lines (19 loc) • 749 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var core_1 = require("@angular/core");
var MzSecondaryContentDirective = (function () {
function MzSecondaryContentDirective() {
}
return MzSecondaryContentDirective;
}());
MzSecondaryContentDirective.decorators = [
{ type: core_1.Directive, args: [{
selector: '[mzSecondaryContent], [mz-secondary-content]',
},] },
];
/** @nocollapse */
MzSecondaryContentDirective.ctorParameters = function () { return []; };
MzSecondaryContentDirective.propDecorators = {
'true': [{ type: core_1.HostBinding, args: ['class.secondary-content',] },],
};
exports.MzSecondaryContentDirective = MzSecondaryContentDirective;