UNPKG

@avine/ng-if-non-nullish

Version:

Nullish coalescing operator as Angular structural directive and more...

6 lines (5 loc) 135 B
export interface IfNonNullishContext<T = unknown> { $implicit: T; ifNonNullish: T; } export type IfNullish = null | undefined;