ngx-remotedata
Version:
RemoteData: Slaying a UI Antipattern with Angular
8 lines (7 loc) • 997 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./pipes";
export declare class RemoteDataModule {
static ɵfac: i0.ɵɵFactoryDeclaration<RemoteDataModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<RemoteDataModule, [typeof i1.IsNotAskedPipe, typeof i1.IsInProgressPipe, typeof i1.IsFailurePipe, typeof i1.IsSuccessPipe, typeof i1.HasValuePipe, typeof i1.GetSuccessPipe, typeof i1.GetFailureErrorPipe, typeof i1.GetFailureValuePipe, typeof i1.GetInProgressPipe, typeof i1.GetRemoteDataValuePipe, typeof i1.AnyIsInProgressPipe, typeof i1.AnyIsNotAskedPipe], never, [typeof i1.IsNotAskedPipe, typeof i1.IsInProgressPipe, typeof i1.IsFailurePipe, typeof i1.IsSuccessPipe, typeof i1.HasValuePipe, typeof i1.GetSuccessPipe, typeof i1.GetFailureErrorPipe, typeof i1.GetFailureValuePipe, typeof i1.GetInProgressPipe, typeof i1.GetRemoteDataValuePipe, typeof i1.AnyIsInProgressPipe, typeof i1.AnyIsNotAskedPipe]>;
static ɵinj: i0.ɵɵInjectorDeclaration<RemoteDataModule>;
}