Proper use of angular module

This commit is contained in:
Mohamed Hegazy
2016-07-08 22:06:42 -07:00
parent ed7da457fe
commit 6885824910
10 changed files with 13 additions and 9 deletions

View File

@@ -5,7 +5,7 @@
/// <reference types="angular"/>
import * as angular from 'angular';
import * as ng from 'angular';
declare module 'angular' {
export namespace localStorage {