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