How to change page from service (@Injectable())

In general, I like your approach. A couple of things:

  • Observables > Events
  • While tempting, HttpClient is a bad name choice, because it is going to clash with the new API in Angular 4.3.
1 Like