UNPKG

angular2-mdl-miracle

Version:

Angular 2 components, directives and styles based on material design lite https://getmdl.io.

19 lines 748 B
import { Component, ViewContainerRef, ViewEncapsulation } from '@angular/core'; export var MdlTabPanelTitleComponent = (function () { function MdlTabPanelTitleComponent(vcRef) { this.vcRef = vcRef; } MdlTabPanelTitleComponent.decorators = [ { type: Component, args: [{ selector: 'mdl-tab-panel-title', template: "\n <ng-content></ng-content>\n ", encapsulation: ViewEncapsulation.None },] }, ]; /** @nocollapse */ MdlTabPanelTitleComponent.ctorParameters = function () { return [ { type: ViewContainerRef, }, ]; }; return MdlTabPanelTitleComponent; }()); //# sourceMappingURL=mdl-tab-panel-title.component.js.map