I would recommend to have a look at a generator project, e.g. https://github.com/mgechev/angular2-seed This project offers build tasks to generate minified js files.
On Wed, May 18, 2016 at 6:40 PM, Eric Christenson <[email protected]> wrote: > I am writing Angular 2 code in typescript. Once everything is complete and > the code is ready for production, how do you roll it out? You don't want to > transpile but instead load the js files directly, but how do you initialize > them? Thanks for the help. > > -- > 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. > -- 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.
