• Overview
@angular/core

ResourceLoaderParams

interface

Parameter to a ResourceLoader which gives the request and other options for the current loading operation.

  
    interface ResourceLoaderParams<R> {}
  
  

request

Exclude<NoInfer<R>, undefined>

abortSignal

AbortSignal
Jump to details