angular-dynamic-locale: added support for es6 imports

This commit is contained in:
Stephen Lautier
2015-12-23 20:04:18 +01:00
parent cb4e2e858b
commit 42ab06c354
+5
View File
@@ -5,6 +5,11 @@
/// <reference path="../angularjs/angular.d.ts" />
declare module "angular-dynamic-locale" {
import ng = angular.dynamicLocale;
export = ng;
}
declare module angular.dynamicLocale {
interface tmhDynamicLocaleService {