'Angular realtime update values
I have an application where the user can enter text and I would like all other users to have the same application open on different computers to be able to see this information.
Is there a way to do this without the help of a database like firebase or some api?
Ex: I insert text into the component and everyone can see it, or I click on a button that changes the screen background to green and everyone can see it.
Solution 1:[1]
you can declare that on ngonit so whenever page reloads or component reloads so the data gets updated.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | sidnahar04 |
