I know there are easy ways to get AngularJS working as the front end of a Ruby on Rails application such as the angularjs-rails gem, but I haven't been able to do the same thing with Angular 2. I know I could just make 2 different applications and just have them work together, but I'd rather have them in 1 app so I can just start the one app and it'll all run and do all the testing in one app at one time.
1 Answer
As no "rails-angular2" gem has been released yet, you can do the integration by yourself following this link: http://programming.sereale.fr/20... It is an example of integration without npm, but if you want to use npm you may still find a few interesting clues.
1 Comment
Jarred
I think this is the correct link: programming.sereale.fr/2016/03/22/…