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