File

src/table/head/table-head-expand.component.ts

Metadata

Index

Properties
HostBindings

HostBindings

class.cds--table-expand
Type : boolean
Default value : true

Properties

hostClass
Default value : true
Decorators :
@HostBinding('class.cds--table-expand')
import {
	Component,
	HostBinding
} from "@angular/core";

@Component({
	// tslint:disable-next-line: component-selector
	selector: "[cdsTableHeadExpand], [ibmTableHeadExpand]",
	template: `
		<ng-content></ng-content>
	`
})
export class TableHeadExpand {
	@HostBinding("class.cds--table-expand") hostClass = true;
}
Legend
Html element
Component
Html element with directive

results matching ""

    No results matching ""