Topic: Mdb Progress don't work
Mobtex pro asked 6 years ago
Hi,
A simple example don't work:
<mdb-progress value="0" min="0" max="100" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"></mdb-progress>
<mdb-progress value="25" min="0" max="100" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></mdb-progress>
<mdb-progress value="50" min="0" max="100" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></mdb-progress>
<mdb-progress value="75" min="0" max="100" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></mdb-progress>
<mdb-progress value="100" min="0" max="100" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></mdb-progress>
Do I need to add something in app.module.ts?
My app.module.ts: https://gist.github.com/mobtexapp/549d8f0caba53444922aa1fb0e7baa75
My angular.json: https://gist.github.com/mobtexapp/9e8a85de4a0b2b0b74429d8c85a862ad
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: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags
Damian Gemza staff commented 6 years ago
Dear Mobtex, What exactly doesn't work for you? I've copied your code into my app, and bars are rendered properly. Note, that those bars don't have any animations or nothing special. They just exist. Could you please provide me a screenshot of your actual behavior? It would help me to debug your problem. Best Regards, Damian