@angular/core

reflectComponentType

function

Creates an object that allows to retrieve component metadata.

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