File

src/table/head/table-head-cell-label.directive.ts

Metadata

Index

Properties
HostBindings

HostBindings

class.cds--table-header-label
Type : boolean
Default value : true

Properties

baseClass
Default value : true
Decorators :
@HostBinding('class.cds--table-header-label')
import { Directive, HostBinding } from "@angular/core";

@Directive({
	selector: "[cdsTableHeadCellLabel], [ibmTableHeadCellLabel]"
})
export class TableHeadCellLabel {
	@HostBinding("class.cds--table-header-label") baseClass = true;
}

results matching ""

    No results matching ""