W3cubDocs

/Angular

NgIfContext

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

Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/common/NgIfContext