I am using Angular-CLI 1.0.0-beta.11-webpack.2.
There are ways to include 3rd Party Libs and css using scripts and styles tag in Angular-CLI 1.0.0-beta.11-webpack.2 build but how to include additional folders like images and data (which include some static data in json files) in build.
Location for my images and data folder is in /src/images & /src/data.