I have A Question: How to Check Our Web Page Is Refreshed Or not And How to disable page refresh in Angular Thank You.
@WebTechTalk2 жыл бұрын
To check whether the page is reloaded, you can have a variable in service and check that, because when the page is reloaded the service is reinstantiated. Usually if you use routing, page will not be refreshed. I am not sure whether there is any option to disable the manual refresh.
@kaushalgohil72232 жыл бұрын
@@WebTechTalk Thanks
@chharsha2312 жыл бұрын
Thanks for the videos
@WebTechTalk2 жыл бұрын
Thank you
@tobiasbaumann165610 ай бұрын
5:50 much short solution to loop an array: this.fact = this.facts[this.counter++ % this.facts.length]
@WebTechTalk10 ай бұрын
Nice idea. I believe you should be practicing DSA. :)