UNPKG

ng2-materialize

Version:

An Angular 2+ wrap around Materialize library

23 lines (22 loc) 1.15 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var core_1 = require("@angular/core"); var MzSidenavLinkComponent = (function () { function MzSidenavLinkComponent() { } return MzSidenavLinkComponent; }()); MzSidenavLinkComponent.decorators = [ { type: core_1.Component, args: [{ selector: 'mz-sidenav-link', template: "<li [class.active]=\"active\"><ng-content></ng-content></li>", styles: [":host /deep/ a[class*=mdi-]::before{color:rgba(0,0,0,.54);margin:-1px 32px 0 0;vertical-align:middle}:host /deep/ a i,:host /deep/ a i.material-icons,:host /deep/ a i[class*=mdi-]{margin-top:-1px}:host /deep/ a i.material-icons::before,:host /deep/ a i::before,:host /deep/ a i[class*=mdi-]::before{vertical-align:middle}"], encapsulation: core_1.ViewEncapsulation.Emulated, },] }, ]; /** @nocollapse */ MzSidenavLinkComponent.ctorParameters = function () { return []; }; MzSidenavLinkComponent.propDecorators = { 'active': [{ type: core_1.Input },], }; exports.MzSidenavLinkComponent = MzSidenavLinkComponent;