-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Description
Bug Report or Feature Request (mark with an x
)
- [ X] bug report -> please search issues before submitting
- feature request
Versions.
@angular/cli: 1.0.0-rc.2
node: 7.7.3
os: win32 x64
@angular/common: 4.0.0-rc.3
@angular/compiler: 4.0.0-rc.3
@angular/core: 4.0.0-rc.3
@angular/forms: 4.0.0-rc.3
@angular/http: 4.0.0-rc.3
@angular/platform-browser: 4.0.0-rc.3
@angular/platform-browser-dynamic: 4.0.0-rc.3
@angular/router: 4.0.0-rc.3
@angular/cli: 1.0.0-rc.2
@angular/compiler-cli: 4.0.0-rc.3
Repro steps.
I am using bootstrap 4 alpha 6, with Sass
I tried to follow the directions from this https://github.com/angular/angular-cli/wiki/stories-include-bootstrap, but when I follow the http://v4-alpha.getbootstrap.com/components/navbar/ first example, the toggle button does not work.
My understanding is using jQuery with angualr is not recommended.
Is there a way to get this to work ?
The log given by the failure.
Desired functionality.
Like to use Bootstrap 4 with Sass directly in angular 2 and get it's toggle functionality to work.