@angular/core

reflectComponentType

function

Creates an object that allows to retrieve component metadata.

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