Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
    • Overview
@angular/core

ResourceOptions

Type Alias

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