@angular/router

DefaultExport

interface

An ES Module object with a default export of the given type.

  
    interface DefaultExport {  default: T;}}
  
  
Jump to details