Reputation: 500
Each time i do changes in my Angular template (html file) i need to clear my browser cache and refresh the browser so the changes can be applied. Is there a way to avoid that ?
I'm using Chrome and Firefox.
Thanks
Upvotes: 0
Views: 3050
Reputation: 22001
If you have the developer tools console open, then press F1
and select 'Disable Cache (while devtools is open)' (for chrome)
Upvotes: 5