Skip to main content
cngx-src documentation

CngxAsyncContext

Interface

projects/common/data/async/async.directive.ts

Referenced by#

Import#

import { CngxAsyncContext } from '@cngx/common/data'

Description#

Template context for the *cngxAsync content template. $implicit provides the data value, typed via ngTemplateContextGuard.

Index#

Instance Properties#

$implicit#T

The data value - bound via let data in microsyntax.

cngxAsync#T

Alias for $implicit.