Tobias Henöckl
Tobias Henöckl
I also like the Idea of having a MODULE_INITIALIZER similar to APP_INITIALIZER very much, because in the module constructor there is no way to wait for async operations, while APP_INITIALIZER...
As I can see, there are two limitations, that can't be realized currently by an angular app (using the module constructor): - Using asynchronous calls by returning a Promise, like...
Is there anything we can do to give this issue some core developer attention? Though I don't have knowledge of Angular internals (yet :-), I can't image that this would...
Still miss this... https://stackoverflow.com/a/57626816/256646
This broke our rails app when upgrading. We need to send mail through a local mailer with Ubuntu's self-signed snake oil certificate. It was working for a long time with...
@msroot perfect, thanks! We had to add a `default=identicon` query parameter to get the identicons instead of the gravatar logo. ```ruby def user_avatar user "https://www.gravatar.com/avatar/#{Digest::MD5.hexdigest(user.email.downcase)}?default=identicon&size=150" end ```
Never see the guy with the sunglasses again 🤣
Same here with Angular 12 and ngx-file-drop. The `onFileDrop`-Event of ngx-file-drop does not arrive in my app when using cypress-file-upload.
+1 It would be great to have an official licence for the content to allow easy reuse.