I am a complete novice in Ruby on Rails. Just have learned some CRUD functionalities with RoR. I am also very new in Angualr 2 and currently learning it.
I have seen RoR has it's own HTML template engine just like Angular.
My question is how can I use my Angular 2 knowledge (very little knowledge indeed) to create front end of RoR application?
I am using Gulp as transpiler for Typescript. Can I use the same in RoR?
Is there any seed project with Angular 2 and Rails 4 so that I can grab quickly?