creativetimofficial / argon-dashboard-angular

MIT License
183 stars 556 forks source link

[Bug] Can't update to angular 10 and ng-bootstrap 7 #16

Open ahmedosama5200 opened 4 years ago

ahmedosama5200 commented 4 years ago

Version

1.1.0

Reproduction link

Operating System

Windows

Device

PC

Browser & Version

All browsers

Steps to reproduce

  1. update to angular 10
  2. update to ng-bootstrap 7
  3. run the angular server

What is expected?

I expect it to work correctly

What is actually happening?

I get this error in the console: SassError: No argument named $ignore-warning. ┌──> node_modules\bootstrap\scss_forms.scss 40│ @include form-control-focus($ignore-warning: true); │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ invocation ╵ ┌──> src\assets\scss\core\mixins_forms.scss 1 │ @mixin form-control-focus() { │ ━━━━━━━━━━━━━━━━━━━━ declaration ╵ node_modules\bootstrap\scss_forms.scss 40:3 form-control-focus() node_modules\bootstrap\scss_forms.scss 40:3 @import


Solution

Additional comments

catonice commented 4 years ago

We are having the same issue

rarestoma commented 4 years ago

Hi @ahmedosama5200,

Thank you for working with our products.

ng-bootstrap 7 comes also with some mixins/functions changes that need to be updated. We are going to update it to the latest version in our next update, I think at the beginning of the next year.

I hope it helps.

Thank you, Rares