GitHub

Article Encapsulated

Article encapsulated is a directive that prevents article styles from bleeding into custom components nested within an article.

Directives

DaffArticleEncapsulatedDirective

import { DaffArticleEncapsulatedDirective } from '@daffodil/design'

The DaffArticleEncapsulatedDirective prevents DaffArticleComponent styles from bleeding into custom components nested within an article.

@Directive()
class DaffArticleEncapsulatedDirective {}