This repository holds a copy of the Angular 2 QuickStart project along with the modifications to add the Modal Dialog Service per the XCell Software Blog Article.
Angular2 Modal Dialog Service Blog
Create a folder in your system and then from a terminal window type the following commands:
git clone https://github.com/xcellsoft/angular2-modal-dialog-service quickstartx
cd quickstartx
npm install
npm start