My index.html is:
<body>
<app-root>
Loading...
</app-root>
...
...
I have a pure css loader and it worked fine when I replace Loading...
with my loader, Now I want to implement percentage loading from 0% to 100% but I can do nothing with functions or ts processing in my index.html. What is the best way to that?