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