Skip to main content
cngx-src documentation

HttpProgressLike

Interface

projects/common/data/async-state/operators.ts

Import#

import { HttpProgressLike } from '@cngx/common/data'

Description#

Shape of an Angular HttpProgressEvent — declared structurally to avoid a hard import on @angular/common/http from this entry point.

Index#

Instance Properties#

loaded#number
total#number
Optional