Tobias Bammert
Tobias Bammert
This is actually harder to find than I thought 😳 I'm currently using VS Code with Typescript in this environment it defenitly works, but I am no longer sure if...
Good hint! 👍 Looking at this Stackoverflow [question](https://stackoverflow.com/questions/33191744/how-to-add-new-line-in-markdown-presentation) I assume that's the case. Not quite sure what this means for my requirement right now. I assume prettier doesn't interpret the...
Also thought about that, but I would prefer to keep it like it is 😏 Adding empty lines would result in paragraphs, which is close to, but not exactly what...
Are there any updates on this? Trying to place a footer only on the last page.
Any updates on this? My use case is a table header, which can be dragged for resorting the columns order and also opens a popover on clicking the filter icon....
This should still be working, right? Also, why is this issue still open, when it was implemented 2 years ago? In the linked beta releases I found that the shortcut...
Just ran into the same issue after following the instructions in the [Quickstart](https://github.com/angular/angularfire/blob/HEAD/docs/install-and-setup.md) But I guess it's due to the version mismatch you mentioned > (and, for now, Firebase v10...
I use npm And I also think that the problem is with rxfire v6.0.4. You have to remove the ^ in front of the version of rxfire in your package.json...
Yes, I am. I think I've managed to get it together. package.json ``` "dependencies": { "@angular/animations": "^16.0.0", "@angular/common": "^16.0.0", "@angular/compiler": "^16.0.0", "@angular/core": "^16.0.0", "@angular/fire": "^7.6.1", "@angular/forms": "^16.0.0", "@angular/platform-browser": "^16.0.0", "@angular/platform-browser-dynamic":...
I've noticed that on mobile the first received message is always missed. Anyone else has this problem and in the best case already a solution for it?