ngx-carousel
Version:
An amazing responsive carousel for angular 2+. It have multiple options to control the carousel and also it is very simple to getstarted. Go and try this angular 2+ carousel. Getstarted available in readme file.
21 lines • 1.04 kB
JavaScript
import { Component, HostBinding } from '@angular/core';
var NgxTileComponent = (function () {
function NgxTileComponent() {
this.classes = 'item';
}
return NgxTileComponent;
}());
export { NgxTileComponent };
NgxTileComponent.decorators = [
{ type: Component, args: [{
selector: 'ngx-tile',
template: "<div class=\"tile\"><ng-content></ng-content></div>",
styles: ["\n :host {\n display: inline-block;\n white-space: initial;\n padding: 10px;\n box-sizing: border-box;\n vertical-align: top;\n }\n\n .tile {\n box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);\n }\n\n * {\n box-sizing: border-box;\n }\n "]
},] },
];
/** @nocollapse */
NgxTileComponent.ctorParameters = function () { return []; };
NgxTileComponent.propDecorators = {
'classes': [{ type: HostBinding, args: ['class',] },],
};
//# sourceMappingURL=ngx-tile.component.js.map