I have created Angular 2 application using Angular 2 CLI. I want to open that application in Visual Studio 2017 and run it from Visual Studio. For this I have followed following steps in Visual Studio.
- In Visual Studio New Porject -> Node.js -> From Existing Node.js Code
- I followed the steps after clicking on "rom Existing Node.js Code"
After following above steps it asked me to insert startup script. Where can I find startup script in angular 2 CLI application? By default it is server.js in node.js application in visual studio.