Angular 8 with Rails 6?
I'm working on getting Angular 8 working with Webpacker and Rails 6 and almost everything is working except for template rendering. When I go to the app and inspect, I can see the component selector tag there (<hello-angular></hello-angular>
) but for some reason the actual template.html isn't rendering at all. Any ideas would be greatly appreciated.
Quentin
the problem is related to html-loader, Html-loader version used should be noted, "0.5.5"
you can try this project : https://github.com/tadhao/angular_on_rails