Show loading-indicator while Project is uploading
See original GitHub issuePretty much the title,
I was wondering if my CLI was frozen or something but nope, it just may take a while to upload everything. And for this case it’d be neat to have a loading-indicator of some kind.
Otherwise it’s just ES5 bundle generation complete. and then after quite some time:
🚀 Successfully published via angular-cli-ghpages! Have a nice day!
Somewhere in between these two would be nice 😃
And thank you for your great work
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Loading indicator when uploading files to AWS S3 via Angular
The isLoading variable changes to true successfully when I start the upload, but does not change back to false when I finish. What...
Read more >React how to display a loading indicator on fetch calls
If we run the project now, we can see that the loading indicator is being shown when the asynchronous call is in progress....
Read more >how to show loading indicator while data save to your database
how to show loading indicator while data save to your database. flutter tutorial, flutter loading indicator, flutter show loading indicator, ...
Read more >Show Loading Screen While Fetching API Data In React
Arslan #MusicAPI #ReactLoadingSpinnerSup y'all in this video I show how to make a loading screen while trying to fetch api data hope ya ......
Read more >I need to show a progress indicator when uploading files to ...
It doesn't need to be a percentage bar. It can be an animation like a rotating clock or something like that. I have...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@JohannesHoppe There should be a
--no-progressoption in angular-cli-ghpages that forwards to the build process!Thank you for adding this feature 😸 great job 😃