I generated the project using angular-cli following the steps in the installation section. The project is working right now. But I have to open the browser manually by typing http: // localhost: 4200 / into the browser.
Is it possible that when the user runs the command "ng serve" or "npm start", the browser will automatically open?
Please let me know if this is possible, or give me any solution for this.
source
share