ionic-angular
Version:
A powerful framework for building mobile and progressive web apps with JavaScript and Angular
17 lines • 403 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 = () => [];
//# sourceMappingURL=item-content.js.map