I want to open my project in an Incognito Mode browser so that no cache is stored.
Is there an Angular CLI flag that can be added to the ng serve -o
command or to the Angular CLI configuration file that will support opening a browser in Incognito Mode?
I don't want to type my URL by opening the browser changing to incognito. I could disable cache and cookies, but I use youtube and other sites which would make for a reduced development experience.