import { Component, Input } from '@angular/core' @Component({ selector: 'my-table-expander-icon', template: ` ` }) export class TableExpanderIconComponent { @Input() expanded: boolean }