Panagiotis Bakatselos
Panagiotis Bakatselos
I was trying quite a lot to make this error go away until I stumbled upon this issue. Setting {http2: false} worked like a charm. thanks a lot !
In our case we managed to make the test files compile using the [@cypress/webpack-batteries-included-preprocessor](https://github.com/cypress-io/cypress/tree/develop/npm/webpack-batteries-included-preprocessor) and following their example to support typescript as speculated here: https://github.com/cypress-io/cypress/tree/develop/npm/webpack-batteries-included-preprocessor#usage ```ts const webpackPreprocessor = require('@cypress/webpack-batteries-included-preprocessor')...
We also spotted the same issue. We are currently using: Angular: 17.3.5 CDK/Material: 17.3.5
@ExploitHeaven are you in the stable branch? I was getting the same error before I realized that I'm in the master branch, but it's suggested to use the "stable"
This might be the same as #24 which was addressed in #30. Since you are using Angular 16, could you try installing v8.2.1 and see if that works?
With the recent release of ngx-translate@16, the core library now includes a built-in marker function: [Migration Guide - Using the ngx-translate-_-marker Function](https://ngx-translate.org/getting-started/migration-guide/#23-using-the-ngx-translate-_-marker-function). I suggest updating the documentation to point to...
Hello @chauey, would it be possible to show the usage of the translate pipe in the template and the translate service in the ts files?
Since there hasn't been any follow-up in over 6 months, I'm closing the issue for now. If you're still facing this problem and can provide a minimal reproduction or code...
@kai1992cool `None` means that the default value of the component token is a plain CSS value (e.g. 16px) and is not referencing a system token. It doesn't mean the token...
Hello @ouaiscizers I'm having a quick look to the issue, I guess you are encountering the problem on Windows?