mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Replace references to angularjs with angular to match package name
This commit is contained in:
4
angularLocalStorage/index.d.ts
vendored
4
angularLocalStorage/index.d.ts
vendored
@@ -5,9 +5,9 @@
|
||||
|
||||
/// <reference types="angular"/>
|
||||
|
||||
import * as angular from 'angularjs';
|
||||
import * as angular from 'angular';
|
||||
|
||||
declare module 'angularjs' {
|
||||
declare module 'angular' {
|
||||
export namespace localStorage {
|
||||
interface ILocalStorageService {
|
||||
set(key: string, value: any): any;
|
||||
|
||||
Reference in New Issue
Block a user