Nowadays, it’s quite common to jumpstart a development project by modifying an existing one. Starting out in this way gives you a head start and can speed up the development process.
In this chapter, we’ll create a sample application, Echoes Player (Lite), to be used throughout the book to demonstrate the various assets of Angular and ngrx tools. Echoes Player starts from a boilerplate made by the AngularClass team ( https://angularclass.com/ ) and is based on the official boilerplate of the Angular 2 Webpack starter ( https://github.com/AngularClass/angular2-webpack-starter ...