Article encapsulated is a directive that prevents article styles from bleeding into custom components nested within an article.
import { DaffArticleEncapsulatedDirective } from '@daffodil/design'
The DaffArticleEncapsulatedDirective prevents DaffArticleComponent styles from bleeding into custom components nested within an article.
@Directive()
class DaffArticleEncapsulatedDirective {}