@nstudio/angular 16.5.8 → 16.7.0-alpha.0

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/README.md CHANGED
@@ -64,11 +64,7 @@ You are now ready to create apps:
64
64
  npx nx g @nstudio/xplat:app
65
65
  ```
66
66
 
67
- **NOTE:** If you encounter any issue, you can try creating an Nx workspace with version specified, for example:
68
-
69
- ```
70
- npx create-nx-workspace@16.5.0
71
- ```
67
+ **Potential schematics error:** If you encounter a `SchematicNameCollisionException` issue, you can see this gist to apply a patch: https://gist.github.com/NathanWalker/a8554c1e0bba700affeb0c4672d26b0e
72
68
 
73
69
  ## App generation examples
74
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nstudio/angular",
3
- "version": "16.5.8",
3
+ "version": "16.7.0-alpha.0",
4
4
  "description": "Angular Plugin for xplat",
5
5
  "homepage": "https://nstudio.io/xplat",
6
6
  "repository": {
@@ -32,6 +32,6 @@
32
32
  "@nx/angular": "^16.0.0"
33
33
  },
34
34
  "peerDependencies": {
35
- "@nstudio/xplat": "16.5.8"
35
+ "@nstudio/xplat": "16.7.0-alpha.0"
36
36
  }
37
37
  }
@@ -42,7 +42,7 @@
42
42
 
43
43
  /** Evergreen browsers require these. **/
44
44
  // Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
45
- import 'core-js/es/reflect';
45
+ // import 'core-js/es/reflect';
46
46
 
47
47
  /**
48
48
  * Web Animations `@angular/platform-browser/animations`
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.typesJest = exports.jestPresetAngular = exports.zonejsVersion = exports.rxjsVersion = exports.ngxTranslateHttpVersion = exports.ngxTranslateVersion = exports.angularDevkitVersion = exports.angularVersion = exports.nxVersion = exports.xplatVersion = void 0;
4
- exports.xplatVersion = '16.5.8';
4
+ exports.xplatVersion = '16.7.0-alpha.0';
5
5
  exports.nxVersion = '^16.0.0';
6
6
  exports.angularVersion = '^16.0.0';
7
7
  exports.angularDevkitVersion = '^16.0.0';
@@ -75,7 +75,7 @@ var ComponentHelpers;
75
75
  return chains;
76
76
  }
77
77
  ComponentHelpers.platformGenerator = platformGenerator;
78
- })(ComponentHelpers = exports.ComponentHelpers || (exports.ComponentHelpers = {}));
78
+ })(ComponentHelpers || (exports.ComponentHelpers = ComponentHelpers = {}));
79
79
  var XplatAngularHelpers;
80
80
  (function (XplatAngularHelpers) {
81
81
  function updateRootDeps(options) {
@@ -153,4 +153,4 @@ var XplatAngularHelpers;
153
153
  };
154
154
  }
155
155
  XplatAngularHelpers.addLibFiles = addLibFiles;
156
- })(XplatAngularHelpers = exports.XplatAngularHelpers || (exports.XplatAngularHelpers = {}));
156
+ })(XplatAngularHelpers || (exports.XplatAngularHelpers = XplatAngularHelpers = {}));