Angular CLI ng new project-one generates a folder called project-one and package-lock.json, why is package-lock.json outside of the project folder?

53 views Asked by At

I am not sure why this is the new structure of Angular project, and I noticed when ng new try to create a workspace for multiple projects, this cli will generates a zip folder simultaneously. I am confused why this is good structure. Can anyone explain this to me? Thank you. enter image description hereenter image description here

I just followed the documentation but there isn't an explanation of these.

0

There are 0 answers