Comparing version 0.2.0 to 0.2.1
@@ -1,2 +0,1 @@ | ||
/// <reference types="angular" /> | ||
/** | ||
@@ -20,3 +19,3 @@ * Utility function to help lazy load angular modules. To use it first require the module with | ||
*/ | ||
declare function loadNgModule(callback: Function): any[]; | ||
declare function loadNgModule(callback: any): any[]; | ||
export { loadNgModule }; |
{ | ||
"name": "angular-ts", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "An approach to using ES6 classes in Angular JS 1.x with Typescript", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
20045
479