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

0.1.37 • Public • Published

Installation

npm install --save @types/angularlocalstorage

Summary

This package contains type definitions for angularlocalstorage (https://github.com/agrublev/angularLocalStorage).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/angularlocalstorage.

index.d.ts

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

import * as ng from "angular";

declare module "angular" {
    export namespace localStorage {
        interface ILocalStorageService {
            set(key: string, value: any): any;
            get(key: string): any;
            remove(key: string): boolean;
            clearAll(): void;

            bind($scope: ng.IScope, key: string, opts?: {
                defaultValue?: any;
                storeName?: string | undefined;
            }): any;
            unbind($scope: ng.IScope, key: string, storeName?: string): void;
        }
    }
}

Additional Details

  • Last updated: Tue, 30 Jan 2024 21:35:45 GMT
  • Dependencies: @types/angular

Credits

These definitions were written by Horiuchi_H.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.300ts2.0
0.1.300ts2.1
0.1.300ts2.2
0.1.32750ts2.3
0.1.32750ts2.4
0.1.32750ts2.5
0.1.32750ts2.6
0.1.32750ts2.7
0.1.32750ts2.8
0.1.32750ts2.9
0.1.32750ts3.0
0.1.32750ts3.1
0.1.32750ts3.2
0.1.32750ts3.3
0.1.32750ts3.4
0.1.32750ts3.5
0.1.370ts5.8
0.1.370ts5.7
0.1.370latest
0.1.370ts4.6
0.1.370ts4.7
0.1.370ts4.8
0.1.370ts4.9
0.1.370ts5.0
0.1.370ts5.1
0.1.370ts5.2
0.1.370ts5.3
0.1.370ts5.4
0.1.370ts5.5
0.1.370ts5.6
0.1.370ts5.9
0.1.360ts4.5
0.1.330ts3.6
0.1.330ts3.7
0.1.330ts3.8
0.1.330ts3.9
0.1.330ts4.0
0.1.330ts4.1
0.1.330ts4.2
0.1.330ts4.3
0.1.330ts4.4

Version History

VersionDownloads (Last 7 Days)Published
0.1.370
0.1.360
0.1.350
0.1.340
0.1.330
0.1.32750
0.1.310
0.1.300
0.1.290
0.1.28-alpha0
0.1.27-alpha0
0.1.25-alpha0
0.1.24-alpha0
0.1.23-alpha0
0.1.22-alpha0
0.1.21-alpha0
0.1.20-alpha0
0.1.15-alpha0
0.1.14-alpha0

Package Sidebar

Install

npm i @types/angularlocalstorage

Weekly Downloads

750

Version

0.1.37

License

MIT

Unpacked Size

3.9 kB

Total Files

5

Last publish

Collaborators

  • types