geesen
geesen
> ``` > @Component > public class ChildResolver extends MotherResolver implements GraphQLResolver { // totally needed here > // Resolving methods for Child's fields > } > ``` Did you...
Ok, as suspected ;-) Unfortunately, it doesn't work for me if I move the `GraphQLResolver` from the superclass down to the actual class, when there is also a generic typed...
> > Normally, you should be able to define methods centrally in the `MotherResolver`, which then also apply to all `ChildResolvers`, without having to touch the `ChildResolver` individually. > >...
Hi, There are no errors and I disabled all extensions and also tested it in incognito-mode - it is not working. I also tried to debug, but I could not...
Some more details: - The problem is a the `"ontouchstart" in window` test that is made by the simpleSlider. - Although I'm on a windows machine, window.ontouchstart is true -...
Can confirm the same problem in 2.6.75:  It is part of an Angular 19.1.4 build. The `ng serve` is working, but the `ng build` failed
An also in 2.6.88: ` ✘ [ERROR] Could not resolve "path" node_modules/@xeokit/xeokit-sdk/dist/xeokit-sdk.es.js:133730:32: 133730 │ ... scriptDirectory = require('path').dirname(scriptDirectory)... ╵ ~~~~~~ The package "path" wasn't found on the file system but...
This is also in ng-zorro-antd 10.1.2 and Angular 10.2.3: I was testing it using the german locale: "de"/"de_DE". Reproduction links: - With default settings: https://stackblitz.com/edit/angular-gtvszt?file=src/app/app.component.ts - With explicit setting the...