ionic-angular
Version:
A powerful framework for building mobile and progressive web apps with JavaScript and Angular 2
31 lines • 869 B
JavaScript
import { Directive } from '@angular/core';
/**
* \@name Avatar
* \@module ionic
* \@description
* An Avatar is a component that creates a circular image for an item.
* Avatar's can be placed on the left or right side of an item with the `item-left` or `item-right` directive.
* @see {\@link /docs/v2/components/#avatar-list Avatar Component Docs}
*/
export var Avatar = (function () {
function Avatar() {
}
Avatar.decorators = [
{ type: Directive, args: [{
selector: 'ion-avatar'
},] },
];
/** @nocollapse */
Avatar.ctorParameters = function () { return []; };
return Avatar;
}());
function Avatar_tsickle_Closure_declarations() {
/** @type {?} */
Avatar.decorators;
/**
* @nocollapse
* @type {?}
*/
Avatar.ctorParameters;
}
//# sourceMappingURL=avatar.js.map