creativetimofficial / ct-light-bootstrap-dashboard-pro-angular

7 stars 2 forks source link

After Updating package.json, dropdowns do not work #31

Closed diegoquirino closed 5 years ago

diegoquirino commented 5 years ago

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Expected Behavior

After upgrade package.json, app full works correctly.

Current Behavior

After upgrade package.json, dropdowns do not work.

Failure Information (for bugs)

(none)

Steps to Reproduce

  1. Upgrade package.json (like file attached) _package.json.txt
  2. Upgrade angular.json (like file attached) _angular.json.txt
  3. Upgrade all code for sweetalert2, to call method Swap.fire() instead of swap()
  4. Run npm install / ng serve
  5. Open localhost:4200
  6. Try to click "configuration" or any other dropdown on top right screen (they do not open)

Context

(none)

Failure Logs

(no logs - I'd like to have some...)

chelaruc commented 5 years ago

@diegoquirino Thank you for using our product. You updated from Bootstrap 3 to Bootstrap 4 and that's why the dropdowns don't work.