@ardimedia/angular-portal-azure 0.2.227 → 0.2.228

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.
Files changed (2) hide show
  1. package/apn.js +3 -0
  2. package/package.json +1 -1
package/apn.js CHANGED
@@ -1471,7 +1471,10 @@ var angularportalazure;
1471
1471
  // TODO:2017-01-09/hp: Implement this function for angular2
1472
1472
  Exception.processDotNetException2 = function (response) {
1473
1473
  var exception = new angularportalazure.Exception();
1474
+ console.log('response.json()');
1474
1475
  console.log(response.json());
1476
+ console.log('response.json().data');
1477
+ console.log(response.json().data);
1475
1478
  if (response.json().data !== undefined) {
1476
1479
  console.log('[angularportalazure.Exception.processDotNetException2] not yet implemented. Implement it to get proper exception data.');
1477
1480
  }
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.227",
5
+ "version": "0.2.228",
6
6
  "main": "index.js",
7
7
  "typings": "apn.d.ts",
8
8
  "dependencies": {