Cannot get loading indicator to appear
See original GitHub issueI’m submitting a … (check one with “x”)
[X] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, post on Stackoverflow or Gitter
Current behavior Angular 4.x and 9.3.1, I copy and paste the example code as to be sure it is IDENTICAL and I am not missing anything, yet the loading bar indicator does not appear.
Expected behavior Loading indicator would appear while loading
Reproduction of the problem http://plnkr.co/edit/ct5UDsOOkoTmw3RzihCG?p=preview
What is the motivation / use case for changing the behavior? I would like a loading indicator 😄
Please tell us about your environment: phpstorm@latest
-
Table version: 0.8.x 9.3.1
-
Angular version: 2.0.x 4.3.1
-
Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
Chrome: Version 59.0.3071.115 (Official Build) (64-bit)
- Language: [all | TypeScript X.X | ES6/7 | ES5] TypeScript
Issue Analytics
- State:
- Created 6 years ago
- Comments:14 (2 by maintainers)
Top GitHub Comments
@mgendre With bootstrap there is no progress bar css styles included, but this will give you a hint:
It’s worked for me,
and i added this code into my scss/css
Thanks 😄