0

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 ?

1

1 Answer 1

1

First download bootstrap.

npm install bootstrap —save

Then in style.css

@import '~bootstrap/dist/css/bootstrap.css';
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.