How Twitter Bootstrap library is intended to use with Angular 2 framework? Basically I can think of two different ways
- Write the html using Bootstrap containers and nest Angular components inside those containers, keeping Angular agnostic of the layout
- Instruct Angular 2 to use Bootstrap as a stylesheet and build the template using Bootstrap containers
Which is easier, more refactorable and efficient way?