Show angular-loading-bar And disable all contents of the page until page loads

后端 未结 4 582
天命终不由人
天命终不由人 2021-01-02 16:17

I have lots of ASP.NET Pages and server database connection.They takes some time to load fully when requested from server to client. Now I want to show a angular-loading-bar

4条回答
  •  囚心锁ツ
    2021-01-02 17:08

    I am not sure if I understand your question 100%. Can't you just overlay a div (may be gray - to show it's disable), and display the loading bar/gif?

    Overlaying a div would be quite simple and you can find many resources like, How to overlay one div over another div overlay a div over another one with css

提交回复
热议问题