twbs / bootstrap

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
https://getbootstrap.com
MIT License
170.32k stars 78.79k forks source link

bootstrap support Angular2 release candidate #20212

Closed sharmilemurugaraj closed 8 years ago

sharmilemurugaraj commented 8 years ago

Does Bootstrap supports Angular 2 release candidate?

rafalp commented 8 years ago

Supporting JS frameworks is outside Bootstrap's project scope. This is frontend framework that provides you with html and css foundations for your project as well as few basic JS components like dropdowns/modals that are purely representational (ergo control elements styles/visibility).

You should instead ask at Angular 2 communities about known issues in writing views/components using Bootstrap's markup.

sharmilemurugaraj commented 8 years ago

okat. thanks