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

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

ResourceOptions

Type Alias
stablesince v22.0

On this page

    arrow_upward_alt Back to the top

    API

        
          type ResourceOptions<T, R> = (  | PromiseResourceOptions<T, R>  | StreamingResourceOptions<T, R>) & {  /**   * A debug name for the reactive node. Used in Angular DevTools to identify the node.   */  debugName?: string;}
        
        
    Jump to details

    Web Proxy Viewer  |  New URL  |  Original Page