The Wayback Machine - https://web.archive.org/web/20260113213936/https://angular.dev/api/core/ResourceLoaderParams
    • Overview
@angular/core

ResourceLoaderParams

interface

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

API

    
      interface ResourceLoaderParams<R> {  params: NoInfer<Exclude<R, undefined>>;  abortSignal: AbortSignal;  previous: { status: ResourceStatus; };}
    
    

params

NoInfer<Exclude<R, undefined>>

abortSignal

AbortSignal
Jump to details
HTTPS · web.archive.org
← Home