Denis Yılmaz
Denis Yılmaz
### Which component is affected? Qwik City (routing) ### Describe the bug I have a little "Newsletter Subscribe" Form that has a single email input field. On submit the `globalAction$`/`routeAction$`...
### Which component is affected? Qwik City (routing) ### Describe the bug I have the following routing folder structure: - [lang] - [...uri] - projects The paths `/en/projects`/`/de/projects` are correctly...
since two days Google Maps API refuses to return Longitude/Latitude without having an valid API key. ```json { "error_message" : "Keyless access to Google Maps Platform is deprecated. Please use...
I can't find anything in the documentation: Can this plugin be used to include transcoded video url fields via GraphQL directly for an asset?
### Describe the bug We have two sections: Organisation Entries and Job Entries. Each Job Entry has a "organisation" relationship field that selects one organisation. In the organisation entry itself...
### What are you trying to do? To render breadcrumbs for a given entry it would be great to be able to query for the breadcrumbs. ### What's your proposed...
+ add support for `environment` introduces with v6.0.0, check [core features](https://github.com/contentful/contentful.js/#core-features) of CDA + `environment` defaults to `master` if not declared + update dependencies to work with Angular 6 _(tested...
Implementation of the Intl.DateTimeFormat.prototype.formatRange() method BREAKING CHANGE: 🧨 addition of ES2021.Intl into the typescript configuration ✅ Closes: #763 ## PR Checklist Please check if your PR fulfills the following requirements:...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Which Transloco package(s) will this feature affect? Locale ### Is your feature request...
- Updated ngx-mapbox-glto be compatible with Angular’s zoneless change detection by using provideExperimentalZonelessChangeDetection(). - Removed reliance on zone.onStable as it no longer functions with zoneless mode. - Replaced zone.onStable with...