Thanks to visit codestin.com
Credit goes to angular-docs.tr

    • Genel Bakış
@angular/core

ResourceSnapshot

Tür Takma Adı
kararlıv22.0'den beri

An explicit representation of a resource's state.

API

    
      type ResourceSnapshot<T> = | {readonly status: 'idle'; readonly value: T}  | {readonly status: 'loading' | 'reloading'; readonly value: T}  | {readonly status: 'resolved' | 'local'; readonly value: T}  | {readonly status: 'error'; readonly error: Error}
    
    
Detaylara atla