-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Instructions for BS4 and ng-cli #1714
Instructions for BS4 and ng-cli #1714
Conversation
Moved card class to a surrounding div so text formats correctly with Bootstrap 4
Moved card class to a surrounding div so text formats correctly with Bootstrap 4
shows how to set up for bootstrap 4 in an angular-cli
Codecov Report
@@ Coverage Diff @@
## development #1714 +/- ##
============================================
Coverage 85.44% 85.44%
============================================
Files 85 85
Lines 2295 2295
Branches 300 300
============================================
Hits 1961 1961
Misses 235 235
Partials 99 99 Continue to review full report at Codecov.
|
Looks great, add a links to landing and readme.md files so it can be found Huge work, thank you! |
What do you mean by adding links to landing? Can see where to add links in the .md files but cannot find a landing file. |
It am generating landing from MD files |
Added links to the new instructions to readme.md and getting-started.md |
Awesome, thank you! |
Instructions on how to set up ng2-bootstrap for Bootstrap 4 based on an angular-cli generated project. This should hopefully remove the confusion a few people have over certain components not working when using Bootstrap 4.