@angular/core

Resource

interface

A Resource is an asynchronous dependency (for example, the results of an API call) that is managed and delivered through signals.

  
    interface Resource<T> {}
  
  
Jump to details