I have to include a set of CSS and JS files in my angular2 application.
What is the correct folder in order to have them included when I do the build?>
I am using webpack and in my application, I have placed them in src/assets folder now I can just use it like this
You can make separate folders for javascript, images and stylesheets etc. in your assets folder and append in the path.