@ardimedia/angular-portal-azure 0.2.195 → 0.2.196
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/apn.d.ts +1 -1
- package/apn.js +1 -0
- package/package.json +1 -1
package/apn.d.ts
CHANGED
|
@@ -419,7 +419,7 @@ declare namespace angularportalazure {
|
|
|
419
419
|
Status: number | undefined;
|
|
420
420
|
StatusText: string | undefined;
|
|
421
421
|
Url: string;
|
|
422
|
-
static prepareException(response: angular.IHttpPromiseCallbackArg<angularportalazure.Exception>): angularportalazure.Exception;
|
|
422
|
+
static prepareException(response: angular.IHttpPromiseCallbackArg<angularportalazure.Exception> | any): angularportalazure.Exception;
|
|
423
423
|
private static processDotNetException(response);
|
|
424
424
|
}
|
|
425
425
|
}
|
package/apn.js
CHANGED
|
@@ -1378,6 +1378,7 @@ var angularportalazure;
|
|
|
1378
1378
|
}
|
|
1379
1379
|
//#endregion
|
|
1380
1380
|
//#region Methods
|
|
1381
|
+
// [any] will be [Response] in angular2
|
|
1381
1382
|
Exception.prepareException = function (response) {
|
|
1382
1383
|
console.log('convertException: input [angular.IHttpPromiseCallbackArg<angularportalazure.Exception>]');
|
|
1383
1384
|
console.log(response);
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@ardimedia/angular-portal-azure",
|
|
3
3
|
"description": "Angular Portal Azure - GUI Framework.",
|
|
4
4
|
"author": "Ardimedia Anstalt <info@ardimedia.com> (http://www.ardimedia.com)",
|
|
5
|
-
"version": "0.2.
|
|
5
|
+
"version": "0.2.196",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"typings": "apn.d.ts",
|
|
8
8
|
"dependencies": {
|