user3045654
user3045654

Reputation: 1734

Data load long time from server

Hello I'm have REST for get data from server(after click button). But this request complete after long time about 3-5 minutes. For user I'm want show progress bar or other notify, what solution you use for this ?

Upvotes: 0

Views: 36

Answers (2)

Goku
Goku

Reputation: 241

Maybe you can try this Angular Loading Bar. Read documentation first.

Upvotes: 1

neuhaus
neuhaus

Reputation: 4104

Since you don't know how long it will take, the easiest solution is to display an animated gif.

Upvotes: 1

Related Questions