src/styles/bq-classes/bq-classes.directive.ts
Selector | [bqClasses] |
Inputs |
Accessors |
constructor(scopedElement: Element, styleTranslator: StyleTranslator, elementRef: ElementRef, renderer: Renderer2, differs: IterableDiffers)
|
||||||||||||||||||
Parameters :
|
bqClassesElement
|
Optionally specifies the element from which the presentation styles are determined. By default, the closest element in the injection tree is used.
Type : |
bqClassesStyles
|
Optionally specify presentation styles to use as source, instead of the presentation styles of the element. |
bqClasses | ||||||
setbqClasses(translations: literal type)
|
||||||
Optionally specifies presentation style to class name mappings. The object's keys specify the presentation style, its value represents the corresponding class names to use.
Parameters :
Returns :
void
|