I have used AngularJS for web design in a standalone, small memory, small storage embedded device with no internet connection. I included local copies of the javascript files for angularjs, bootstrap, and jquery, and it all worked fine.
I would like to switch to Angular 2 (and eventually 4). It isn't clear to me how to identify the required standalone Angular files needed for an offline web application such as mine.
Where can I find the Angular 2 files to ship with my offline application?
ng serve --open, the my-app folder doesn't contain any of the compiled javascript. The index.html file points to several javascript files, such asinline.bundle.js,polyfills.bundle.js, andstyles.bundle.js. I presume those are the files that need to be shipped, but where are they?