• Overview
@angular/core

reflectComponentType

function

Creates an object that allows to retrieve component metadata.

  
    function reflectComponentType<C>(  component: Type<C>): ComponentMirror<C> | null;
  
  

reflectComponentType

ComponentMirror<C> | null

Creates an object that allows to retrieve component metadata.

@paramcomponentType<C>

Component class reference.

@returnsComponentMirror<C> | null
Jump to details