I recently began learning angular. I followed through up until the first hello-world app is generated (ng new hello-cli
). The book goes on to explain the various files in the network tab. However, I don’t see the vendor.bundle.js (I guess the ng compiler?) in my network tab:
What am I doing wrong? I haven’t changed a single line in the auto-generated app and I really don’t know what code is expected to be shown.