[ Web Proxy ]
URL:
Viewing: https://angular.dev/api/core/ResourceStreamingLoader [Back]  [Original]

ResourceStreamingLoader Angular Skip to main content
menu
close
more_horiz
menuAPI
@angular/core

ResourceStreamingLoader

Type Alias
stablesince v22.0

Streaming loader for a Resource.

On this page

    arrow_upward_alt Back to the top

    API

        
          type ResourceStreamingLoader<T, R> = (  param: ResourceLoaderParams<R>,) => Signal<ResourceStreamItem<T>> | PromiseLike<Signal<ResourceStreamItem<T>>> | undefined
        
        
    Jump to details

    Web Proxy Viewer  |  New URL  |  Original Page