I know that if I want to include bootstap to my angular2 app, the simplest way is to include css/js to my header...
What if I have 2 routes /bootstrap & /foundation that each one has different css framework...
The main index.html is one file with specific header... What can i do to have multiple ?