• Overview
@angular/common

NgIfContext

Class
deprecatedsince v20.0

Deprecation warning

The ngIf directive is deprecated in favor of the @if block instead.

API

    
      class NgIfContext<T = unknown> {  $implicit: T;  ngIf: T;}
    
    

$implicit

T

ngIf

T
Jump to details