#javascript
Read more stories on Hashnode
Articles with this tag
Let's find out which one to use! ยท "Knowingly or unknowingly, since we all know JS in unpredictable, we end up modifying the existing data in JS objects...
Purpose: To optimize the performance of the web app, How? By limiting the rate of function calls for eg. API calls. For example - search bar -> Input...
Content projection - It is a pattern in which we may require to send/insert / project data dynamically to our angular components. Is done using...
Change Detection => Process run by angular to check whether the app's state has been changed. Happens from top to bottom. It runs periodically so that...