Angular 2 reusable modal service
I was recently working on an Angular 2 project that required a modal to be displayed to the end user. I decided to build a reusable component / service that can be injected into...
I was recently working on an Angular 2 project that required a modal to be displayed to the end user. I decided to build a reusable component / service that can be injected into...
The following is a trimmed down example of how to get an http service up and running with Angular 2.