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?
Should I have to put them inside SRC\Assets or under SRC\myFolder ?
Once defined it, how do I have to include them inside my app.component.html and how to configure <base href="/"> properly?
Thanks to support