i am building an angular app. in that few templates are there and they take quite a lot of time because the domain on which i am running it is slow. so, i want to put a loader bar and when the get requests are complete, then only i should display it. i tried some solutions over the internet but they just are not responding. These are some links that i tried.
https://github.com/chieffancypants/angular-loading-bar
https://github.com/wongatech/angular-http-loader/
What should i do with it?