-
my package.json is {
"name": "goblitz-frontend",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --aot",
"build": "ng build",
"test":…
-
Why are you not using angular.json file?
How about if we have an extra-webpack.config.js before implementing this stuff of your tutorial?
I'm trying to do the steps on your tutorial but I think it i…
-
Error: node_modules/@metaplex-foundation/js/node_modules/@irys/query/build/cjs/types.d.ts:50:58 - error TS1005: '?' expected.
`50 [K in keyof T]?: T[K] extends (infer U extends object)[] ? Fiel…
-
Looks like someone else fell through this same problem too - however, no solution. See [Github Issue #5](https://github.com/openmarco/gulp-systemjs-builder/issues/5).
I also placed this issue on [S…
-
**Describe the bug**
After installling the latest verison 0.6.4 , when I run my angular project I get the following:
Error: ./node_modules/@ngx-lite/json-ld/fesm2015/ngx-lite-json-ld.js 31:10-28
"…
-
The OIDF Conformance testing suite just added support for testing DPoP support. Link: https://gitlab.com/openid/conformance-suite/-/releases/release-v5.1.20
It can be good to verify that Keycloak i…
-
I'm unable to build my project using Ionic and Cordova when using the --prod flag.
Any suggestions?
Using ngx-uploader@latest (4.0.0)
```
$ ionic cordova run ios --device --prod
[INFO] Runni…
-
**Issue: nginx worker continuously exited on signal 4**
My brotli configuration
```
brotli on;
brotli_comp_level 9;
brotli_static on;
brotli_min_length 1024;
brotli_types application/atom+…
-
### Describe the problem that you experienced
I'm using github pages to publish a SPA application.
This is problematic since when navigating to a page and then refreshing it will result in 404.
So …
-
Hallo guys,
I have some problem with my CSP-Rules with AOT compilation...
```
ERROR EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of scrip…