Problem WE deployed our angular app to Heroku with custom domain. There are Heroku Add-ons by which SSL can be enabled but our problem was to enforce http requests to https.
Recently I worked on IonicApp and thought it must be possible to run it over Heroku and that works.
Requirements Heroku-Toolbet √ Ionic √ node √ Install express {% highlight ruby %} npm install express –save {% endhighlight %}