angular2-mdl
Version:
Angular 2 components, directives and styles based on material design lite https://getmdl.io.
19 lines • 775 B
JavaScript
import { Component, ViewEncapsulation } from '@angular/core';
export var MdlLayoutHeaderRowComponent = (function () {
function MdlLayoutHeaderRowComponent() {
}
MdlLayoutHeaderRowComponent.decorators = [
{ type: Component, args: [{
selector: 'mdl-layout-header-row',
host: {
'[class.mdl-layout__header-row]': 'true'
},
template: '<ng-content></ng-content>',
encapsulation: ViewEncapsulation.None
},] },
];
/** @nocollapse */
MdlLayoutHeaderRowComponent.ctorParameters = function () { return []; };
return MdlLayoutHeaderRowComponent;
}());
//# sourceMappingURL=mdl-layout-header-row.component.js.map