hi every one i am new to developing a web site for a companies witch will be used in there local network am already stated ,i have always wanted to learn angular so i found this as an opportunity to do so , i almost finished skeleton of the page usi...
Suppose we have an entity named Comments. And there's regular CRUD for interacting with API requests through below URLs: GET : /:postId/comments POST /:postId/comments GET /:postId/comments/:commentId PUT /:postId/comments/:commentId DELETE /:postId...
I have an application that gets data from RESTful api but I want to know how I can refresh data without reloading the page? Should I write an observer that checks data each 2min for example? but how can I make that real-time (isn't it bad to send too...