Class IfTruthyDirective<Data, Parameters>

Type Parameters

  • Data
  • Parameters = any

Implements

  • OnChanges

Constructors

Properties

method: Method<Data, Parameters>
parameters: Parameters
trackBy: (data: Data) => any

Methods

  • A callback method that is invoked immediately after the default change detector has checked data-bound properties if at least one has changed, and before the view and content children are checked.

    Parameters

    • changes: SimpleChanges

      The changed properties.

    Returns void