Volker Andres
Volker Andres
When you paste in an address, it works on Windows (CTRL+V) but not on Mac (CMD+V). Thats seems already to be fixed in more recent versions of the geocoder repository....
### Bug Report or Feature Request (mark with an `x`) ``` - [ ] bug report -> please search issues before submitting - [x] feature request ``` ### Desired functionality...
### Version info **Angular:** 12.2.12 **Firebase:** 9.2.0 **AngularFire:**: 7.1.1 ### How to reproduce these conditions **Steps to set up and reproduce** Initialiaze firebase auth without a popup resolver. This prevents...
### What happened? ### Description I am having a multisite setup. When I look at the products on the index page and go through the different sites, everything is updated...
# Bug Report When you play a sound it doesn't pause and resume other Audio streams. ## Problem ### What is expected to happen? It should be configurable how the...
I am trying to use this with Angular. I have my constructor DI imports alligned very nicely (because it is exactly 12 chars). I would like to keep that: ```...
Hi, I am often having a setup, where we have an admin user and an editor user. I really would like the admin to restrict fields, the editor can choose...
One of the last updates broke the following extract for me: ``` {{message.timestamp | timestamp : ('dd.MM.yy kk:mm' | translate) : true}} ``` The 'dd.MM.yy kk:mm' is no longer extracted.
I really would like to move some UI-related tasks to an Angular decorator. Something like `@Success({message: 'Removal successful'})`. How can I make these strings translatable without usering the `marker()` stuff?...