• Overview
@angular/core/globals

getDirectiveMetadata

function
stable

Returns the debug (partial) metadata for a particular directive or component instance. The function accepts an instance of a directive or component and returns the corresponding metadata.

API

function getDirectiveMetadata(
  directiveOrComponentInstance: any,
): AngularComponentDebugMetadata | AngularDirectiveDebugMetadata | null;

getDirectiveMetadata

AngularComponentDebugMetadata | AngularDirectiveDebugMetadata | null

Returns the debug (partial) metadata for a particular directive or component instance. The function accepts an instance of a directive or component and returns the corresponding metadata.

@paramdirectiveOrComponentInstanceany

Instance of a directive or component

@returnsAngularComponentDebugMetadata | AngularDirectiveDebugMetadata | null
Jump to details