libs/common/headline/src/configured-section.directive.ts
Selector | [talyConfiguredSection] |
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 {}