File

src/notification/notification-title.directive.ts

Metadata

Index

Properties
HostBindings

HostBindings

class.cds--inline-notification__title
Type : boolean
Default value : true

Properties

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

@Directive({
	selector: "[cdsNotificationTitle], [ibmNotificationTitle]"
})
export class NotificationTitle {
	@HostBinding("class.cds--inline-notification__title") baseClass = true;
}

results matching ""

    No results matching ""