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