angular-server-side-configuration
Advanced tools
Comparing version
{ | ||
"name": "angular-server-side-configuration", | ||
"version": "19.0.0-next.0", | ||
"version": "19.0.0", | ||
"description": "Configure an angular application on the server", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -23,2 +23,10 @@ # angular-server-side-configuration | ||
## Changes with version 19 | ||
With version 19, the Angular CLI compiler seems to be more strict with global typing, as it | ||
will now complain about the definition for the global `process` variable. | ||
You can prevent the error either by setting `skipLibCheck: true` in your tsconfig.json | ||
(which has been the default in new Angular projects generated by the Angular CLI) | ||
or by adding `node` to the `types` entry in your tsconfig.app.json. | ||
## Changes with version 16 | ||
@@ -258,3 +266,3 @@ | ||
# Install ngssc binary | ||
ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v19.0.0-next.0/ngssc_64bit /usr/sbin/ngssc | ||
ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v19.0.0/ngssc_64bit /usr/sbin/ngssc | ||
RUN chmod +x /usr/sbin/ngssc | ||
@@ -261,0 +269,0 @@ |
@@ -15,3 +15,3 @@ { | ||
"dockerfile": { | ||
"version": "19.0.0-next.0", | ||
"version": "19.0.0", | ||
"description": "Updates the download url for ngssc", | ||
@@ -18,0 +18,0 @@ "factory": "./ng-update/index#dockerfile" |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
131106
0.31%0
-100%301
2.73%