@nstudio/angular 17.0.0-alpha.0 → 17.0.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/collection.json
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nstudio/angular",
|
3
|
-
"version": "17.0.0
|
3
|
+
"version": "17.0.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": "^17.0.0"
|
33
33
|
},
|
34
34
|
"peerDependencies": {
|
35
|
-
"@nstudio/xplat": "17.0.0
|
35
|
+
"@nstudio/xplat": "17.0.0"
|
36
36
|
}
|
37
37
|
}
|
@@ -107,20 +107,6 @@ function adjustAppFiles(options, tree, context) {
|
|
107
107
|
tree.overwrite(`/apps/${directory}${options.name}/src/app/app.component.ts`, appCmpContent());
|
108
108
|
tree.overwrite(`/apps/${directory}${options.name}/src/app/app.component.spec.ts`, appCmpSpec());
|
109
109
|
tree.overwrite(`/apps/${directory}${options.name}/src/app/app.module.ts`, appModuleContent(options));
|
110
|
-
// update cli config for shared web specific scss
|
111
|
-
(0, devkit_1.updateProjectConfiguration)((0, xplat_1.convertNgTreeToDevKit)(tree, context), options.name, {
|
112
|
-
root: `apps/${directory}${options.name}`,
|
113
|
-
targets: {
|
114
|
-
build: {
|
115
|
-
options: {
|
116
|
-
styles: [
|
117
|
-
`libs/xplat/${xplat_1.XplatHelpers.getXplatFoldername('web', 'angular')}/scss/src/_index.scss`,
|
118
|
-
`apps/${directory}${options.name}/src/styles.scss`,
|
119
|
-
]
|
120
|
-
}
|
121
|
-
}
|
122
|
-
}
|
123
|
-
});
|
124
110
|
return (0, schematics_1.noop)();
|
125
111
|
});
|
126
112
|
}
|
package/src/utils/versions.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.typesJest = exports.zonejsVersion = exports.rxjsVersion = exports.ngxTranslateHttpVersion = exports.ngxTranslateVersion = exports.angularDevkitVersion = exports.angularVersion = exports.nxVersion = exports.xplatVersion = void 0;
|
4
|
-
exports.xplatVersion = '17.0.0
|
4
|
+
exports.xplatVersion = '17.0.0';
|
5
5
|
exports.nxVersion = '^17.0.0';
|
6
6
|
exports.angularVersion = '^16.0.0';
|
7
7
|
exports.angularDevkitVersion = '^16.0.0';
|