Replace references to angularjs with angular to match package name

This commit is contained in:
Mohamed Hegazy
2016-07-07 17:39:27 -07:00
parent 62adcdbd5f
commit 61fa2391a4
38 changed files with 75 additions and 75 deletions

View File

@@ -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;