libs/core/ui/src/headline/configured-section.directive.ts
| Selector | [talyConfiguredSection] |
| Standalone | true |
No results matching.
import { Directive } from '@angular/core';
// a marker directive to detect whether a BB is inside of a configured section
@Directive({
selector: '[talyConfiguredSection]',
standalone: true
})
export class ConfiguredSectionDirective {}