getDirectiveMetadata
function
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): DirectiveDebugMetadata | ComponentDebugMetadata | null;
getDirectiveMetadata
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.
@paramdirectiveOrComponentInstance
any
Instance of a directive or component
@returns
DirectiveDebugMetadata | ComponentDebugMetadata | null
Jump to details