• Overview

This site uses cookies from Google to deliver its services and to analyze traffic.

@angular/core

ResourceLoader

Type Alias

Loading function for a Resource.

API

    
      type ResourceLoader<T, R> = (param: ResourceLoaderParams<R>) => PromiseLike<T>
    
    
Jump to details