What we’re going to do This post shows how to get Auth0 + Angular 2 + Rails 5 authentication working. It’s not meant to be a comprehensive guide...
Category - Angular 2
Angular CLI recently switched from SystemJS to Webpack. This affects the Heroku deployment process. Here I’ll show you how to initiate an Angular...
Creating the Rails application First, make sure you have Rails 5 installed. If rails -v doesn’t return Rails 5.0.0.1, do gem update rails to upgrade to...
Angular CLI has test coverage reporting somewhat built in. First install the dependencies. Shell $ npm install karma karma-jasmine karma-chrome-launcher karma...
Following is a very simple Angular 2 HTTP GET example. Since this is AngularOnRails.com, I have a Rails repo you can put behind the Angular code if you want...
One of the main things I liked about Rails when I first started using it was its command line interface. You get so much leverage by being able to scaffold a...
Here’s how to deploy an Angular 2 and Rails 5 app to Heroku. There’s more than one possible way this sort of thing could be structured. Before I...