After having successfully run:
$ ./node_modules/.bin/ng serve
My browser loads all kinds of bundle files, like styles.bundle.js
, but where these files actually are locally? Running find in the project folder cannot find any of these.
After having successfully run:
$ ./node_modules/.bin/ng serve
My browser loads all kinds of bundle files, like styles.bundle.js
, but where these files actually are locally? Running find in the project folder cannot find any of these.