We have a large angular 1 app, which is currently built by 'concat'-ing all the source files into one giant js files. It does not use any module system.
The angular 2 upgrade guide <https://angular.io/docs/ts/latest/guide/upgrade.html> says that we need to first convert our existing angular 1 code to modular. This is not feasible for us. While we would love to use angular 2 code with modules, converting existing codebase to modules is too big a task. Is it possible to use angular 2 inside our angular 1 app without converting existing code to be module based? -- 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.
