UNPKG

ng2-materialize

Version:

An Angular 2+ wrap around Materialize library

22 lines (21 loc) 795 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var core_1 = require("@angular/core"); var MzNavbarComponent = (function () { function MzNavbarComponent() { } return MzNavbarComponent; }()); MzNavbarComponent.decorators = [ { type: core_1.Component, args: [{ selector: 'mz-navbar', template: "<nav><div class=\"nav-wrapper {{ navbarClass }}\"><ng-content></ng-content></div></nav>", styles: [".nav-wrapper /deep/ .btn i{line-height:inherit}"], },] }, ]; /** @nocollapse */ MzNavbarComponent.ctorParameters = function () { return []; }; MzNavbarComponent.propDecorators = { 'navbarClass': [{ type: core_1.Input },], }; exports.MzNavbarComponent = MzNavbarComponent;