Currently, I am diving into an Angular project that has been assigned to me. To get started, I use the command "gulp serve" and then access the development server through Chrome by clicking on "http://localhost:3000".
During my investigation in Visual Studio Code, I noticed that there are only a few "ng-app" directives present in 3 files named "vendor.bundle.js.map". This raised some questions as I anticipated seeing this directive in an index.html file.
If you have any insights or suggestions regarding this peculiar situation, your thoughts would be greatly appreciated! Thank you!