@types/angular-http-auth
TypeScript icon, indicating that this package has built-in type declarations

1.2.36 • Public • Published

Installation

npm install --save @types/angular-http-auth

Summary

This package contains type definitions for angular-http-auth (https://github.com/witoldsz/angular-http-auth).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/angular-http-auth.

index.d.ts

/// <reference types="angular" />

import * as ng from "angular";

declare module "angular" {
    export namespace httpAuth {
        interface IAuthService {
            loginConfirmed(data?: any, configUpdater?: Function): void;
            loginCancelled(data?: any, reason?: any): void;
        }

        interface IHttpBuffer {
            append(config: ng.IRequestConfig, deferred: { resolve(data: any): void; reject(data: any): void }): void;
            rejectAll(reason?: any): void;
            retryAll(updater?: Function): void;
        }
    }
}

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:04 GMT
  • Dependencies: @types/angular

Credits

These definitions were written by vvakame.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.2.36113ts5.8
1.2.36113ts5.7
1.2.36113latest
1.2.36113ts4.5
1.2.36113ts4.6
1.2.36113ts4.7
1.2.36113ts4.8
1.2.36113ts4.9
1.2.36113ts5.0
1.2.36113ts5.1
1.2.36113ts5.2
1.2.36113ts5.3
1.2.36113ts5.4
1.2.36113ts5.5
1.2.36113ts5.6
1.2.36113ts5.9
1.2.3368ts3.0
1.2.3368ts3.1
1.2.3368ts3.2
1.2.3368ts3.3
1.2.3368ts3.4
1.2.3368ts3.5
1.2.3368ts3.6
1.2.3368ts3.7
1.2.3368ts3.8
1.2.3368ts3.9
1.2.3368ts4.0
1.2.3368ts4.1
1.2.3368ts4.2
1.2.3368ts4.3
1.2.3368ts4.4
1.2.3251ts2.3
1.2.3251ts2.4
1.2.3251ts2.5
1.2.3251ts2.6
1.2.3251ts2.7
1.2.3251ts2.8
1.2.3251ts2.9
1.2.311ts2.0
1.2.311ts2.1
1.2.311ts2.2

Version History

VersionDownloads (Last 7 Days)Published
1.2.36113
1.2.350
1.2.340
1.2.3368
1.2.3251
1.2.311
1.2.300
1.2.29-alpha0
1.2.28-alpha0
1.2.26-alpha0
1.2.25-alpha0
1.2.24-alpha1
1.2.23-alpha2
1.2.22-alpha0
1.2.21-alpha0
1.2.16-alpha0
1.2.15-alpha1

Package Sidebar

Install

npm i @types/angular-http-auth

Weekly Downloads

237

Version

1.2.36

License

MIT

Unpacked Size

3.8 kB

Total Files

5

Last publish

Collaborators

  • types