Want to show progress bar(with percentage) when Angular app is first loading(styles and js bundles). Can someone provide idea? Thanks in advance.
You can accomplish that by modifying index.html
please-wait and pace.js are awesome libraries for this kind of task.
You can start displaying the wait screen from index.html and hide in angular's AfterViewInit
or some other appropriate lifecycle hook.