Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ng2-bootstrap + bootstrap 4.0 implementation #169

Closed
louisscruz opened this issue Dec 19, 2015 · 5 comments
Closed

ng2-bootstrap + bootstrap 4.0 implementation #169

louisscruz opened this issue Dec 19, 2015 · 5 comments

Comments

@louisscruz
Copy link

How should I go about installing Bootstrap 4.0 and ng2-bootstrap? I've attempted adding code from the PRs at #127, but I get an error: Module parse failed [...] Unexpected token You may need an appropriate loader to handle this file type.

I am new to Webpack, which I'm guessing is my shortcoming here.

@valorkin
Copy link
Contributor

Yeap, remove node_modules from ignore

@lanocturne
Copy link

At ts loader for exclude property, use this code
exclude: [ /\.spec\.ts$/, /\.e2e\.ts$/, /node_modules\/(?!(ng2-bootstrap))/

@louisscruz
Copy link
Author

Fantastic. That does it. Thanks!

@PatrickJS
Copy link
Owner

this update should fix this problem for future developers cac643d

@manavsehgal
Copy link

Opened #199 to consolidate these issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants