I am starting a new Angular 4 project. I want to use ui-bootstrap; which is now ngx-bootstrap: http://valor-software.com/ngx-bootstrap/#/
In the past I only had to download ui-bootstrap as it included all core Bootstrap 3 styling plus the component re-writes, In the instructions on: http://valor-software.com/ngx-bootstrap/#/
it says:
You will need bootstrap styles (Bootstrap 3)
Why do I need to include/link Twitter Boostrap in addition to ngx-bootstrap unlike in the past?
2
Answers
You can install with Angular CLI
then update
.angular-cli.json
In
ui-bootstrap
alsobootstrap.css
were necessary.Find this link and check
Dependency
section – ui-bootstrapDependencies
This repository contains a set of native AngularJS directives based on Bootstrap’s markup and CSS. As a result no dependency on jQuery or Bootstrap’s JavaScript is required.