1. IntroductionLoading is essential in a website, it can let the user know the flow is processing, otherwise user will not know what’s happening. So, I will introduce an excellent loading package to help you solve the loading issue!2. ngx-loadingngx-loadingis a very nice and customizable loading spinner for Angular, there are flexible config options that let you setup different loading styles. You can install ngx-loading with the below commandnpm install --save ngx-loadingAnd you can find the base usage ingithub3. Use in the common layoutWith normal usage, you need to add the below code
...
继续阅读
(83)