Angular - Directives
How can you combine
*ngIf with a custom pipe to conditionally render content only if a transformed value is truthy? For example, show a message only if user.name | trim is not empty.