File

src/modal/modal-header-label.directive.ts

Metadata

Index

Properties
HostBindings

HostBindings

class.cds--modal-header__label
Type : boolean
Default value : true

Properties

modalHeaderLabelClass
Default value : true
Decorators :
@HostBinding('class.cds--modal-header__label')
import { Directive, HostBinding } from "@angular/core";

@Directive({
	selector: "[cdsModalHeaderLabel], [ibmModalHeaderLabel]"
})
export class ModalHeaderLabel {
	@HostBinding("class.cds--modal-header__label") modalHeaderLabelClass = true;
}

results matching ""

    No results matching ""