Hello,

are there any suggested ways/tools to host an angular 2 app on s3? The 
quickstart has changed a lot since the last time I looked at it. I am no 
longer sure what files in the node_modules directory you need to upload for 
the app to work. 


   1. <script src="node_modules/core-js/client/shim.min.js"></script>
   2. 
   3. <script src="node_modules/zone.js/dist/zone.js"></script>
   4. <script src="node_modules/reflect-metadata/Reflect.js"></script>
   5. <script src="node_modules/systemjs/dist/system.src.js"></script>

Clearly these files are needed, but systemJS handles loading all the 
modules. Does using the typescript 'outFile' work? Do you need to upload 
the entire node_modules/angular directory? Are there any tools that can 
handle all of this painlessly?

Sorry if the question is bad, but I cannot seem to find any great documents 
on deploying angular 2 for production. Thanks for any help or suggestions.



-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to