ionic-angular
Version:
A powerful framework for building mobile and progressive web apps with JavaScript and Angular
32 lines • 707 B
JavaScript
import { Directive } from '@angular/core';
/**
* @hidden
*/
var ItemContent = (function () {
function ItemContent() {
}
return ItemContent;
}());
export { ItemContent };
ItemContent.decorators = [
{ type: Directive, args: [{
selector: 'ion-item,[ion-item]',
host: {
'class': 'item-block'
}
},] },
];
/**
* @nocollapse
*/
ItemContent.ctorParameters = function () { return []; };
function ItemContent_tsickle_Closure_declarations() {
/** @type {?} */
ItemContent.decorators;
/**
* @nocollapse
* @type {?}
*/
ItemContent.ctorParameters;
}
//# sourceMappingURL=item-content.js.map