Topic: How to properly use MDB Progress Bars ?

Nicolas Hug free asked 3 years ago


Ay,

I'm following example on https://mdbootstrap.com/docs/angular/components/progress-bar/#docsTabsAPI to add a material progress bar with label.

But I can't add it properly, I got this error :

export 'MdProgressBarModule' was not found in 'ng-uikit-pro-standard'

And here is the result I have : https://nimb.ws/b5fSKA

Am I missing something ?

NOTE :

I can use :

<div class="progress">
  <div class="progress-bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"></div>
</div>

But I can't properly use :

<mdb-progress value="25" min="0" max="100" type="success" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">25%</mdb-progress>

Konrad Stępień staff commented 3 years ago

Hi @Nicolas Hug,

I can't restore your problem. Could you make me a simple project on GitHub?

And tell me more about your project.


Nicolas Hug free commented 3 years ago

Ay,

Is it safe to make a public repo ? There is my MDB Git token in package.json !

The repo will be here : https://github.com/KrustyHack/debug-mdb-angular. I'm waiting your response following MDB token in package.json before committing more.


Konrad Stępień staff commented 3 years ago

Hi @Nicolas Hug,

Just commit project without the key in package.json file, or add me to the project:

https://github.com/Kordrad



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Opened

Specification of the issue

  • ForumUser: Free
  • Premium support: No
  • Technology: MDB Angular
  • MDB Version: 9.3.1
  • Device: PC
  • Browser: Brave
  • OS: Linux
  • Provided sample code: No
  • Provided link: Yes