UNPKG

ionic-angular

Version:

A powerful framework for building mobile and progressive web apps with JavaScript and Angular 2

31 lines 910 B
import { Directive } from '@angular/core'; /** * \@name Thumbnail * \@module ionic * \@description * A Thumbnail is a component that creates a squared image for an item. * Thumbnails can be place on the left or right side of an item with the `item-left` or `item-right` directive. * @see {\@link /docs/v2/components/#thumbnail-list Thumbnail Component Docs} */ export var Thumbnail = (function () { function Thumbnail() { } Thumbnail.decorators = [ { type: Directive, args: [{ selector: 'ion-thumbnail' },] }, ]; /** @nocollapse */ Thumbnail.ctorParameters = function () { return []; }; return Thumbnail; }()); function Thumbnail_tsickle_Closure_declarations() { /** @type {?} */ Thumbnail.decorators; /** * @nocollapse * @type {?} */ Thumbnail.ctorParameters; } //# sourceMappingURL=thumbnail.js.map