You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update core design mixins to host directives instead. This simplifies the implementation process of our commonly used input properties. Eliminates the needs to construct ElementRef and Renderer in every component that uses core properties.
daffArticleEncapsulatedMixin
daffColorMixin
daffCompactableMixin
daffManageContainerLayoutMixin
daffSizeMixin
daffSkeletonableMixin
daffStatusMixin
daffTextAlignmentMixin
Your Use Case
As a developer, I would like the implementation process for design's core properties to be simpler.
💡 Feature request
Feature Name
Update Design Mixins to Host Directives
The Desired Behavior
Update core design mixins to host directives instead. This simplifies the implementation process of our commonly used input properties. Eliminates the needs to construct
ElementRef
andRenderer
in every component that uses core properties.Your Use Case
As a developer, I would like the implementation process for design's core properties to be simpler.
Prior Work
https://angular.dev/guide/directives/directive-composition-api
Environment
The text was updated successfully, but these errors were encountered: