Context for the placeholder branch of *cngxRecyclerRow - the window slot
whose item has not loaded yet (undefined). A custom placeholder: template
reads this to keep the list count honest for assistive technology:
aria-posinset = index + 1, aria-setsize = setSize.
The real-row branch (item defined) binds $implicit to the item value
instead; that context is internal and narrowed by ngTemplateContextGuard.