Base solution for your next web application
Open Closed

Where is the javascript file after i build angular project #2707


User avatar
0
hkcf created

I am developing the ASP.NET Core & Angular 2+ project. After I do the npm start, the website function normally. I want to ask a stupid question, where is the javascript file that angular-cli produce since i can't find them.


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    When you are running the project, javascript files are stored in the memory. When you publish the project, they are placed in dist folder.

    This is actually related to angular-cli, you can find more info in their repository if you like.