I was referring ng2 documents for one of my POCs. In the quick start it ask us to download code and project structure from git location. And it uses lite-server as server to run the application. Can anyone help me where I can find lite config file where I can set options for BrowserSync. I just want to disable Ghostmode i.e., to set it as false so that there is no trouble in handling my application in multiple browsers at same time using same URL!!
Can someone help me on this please?
Below is the link i'm referring to - https://angular.io/docs/ts/latest/tutorial/toh-pt1.html
Many thanks in advance :)