Hi Eddy, You can use angular 2 in the same way as you did angular 1. You don't need to turn your app into a spa. However, setting up the tooling to cater for this is a bit harder, as you are not following the herd ;)
A solution would be, build all the components and stuff you need into a single JS, and load this JS into all of your pages. When using AOT and treeshaking, this might be just the most efficient way to use angular 2 in your case. However, if you are just using angular for some form enhancements and some easy DOM interfacing, you might be better off just staying on NG1. It's not going away anytime soon. Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular" 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.
