angular - How to use SVG for inital Angular2 load -


instead of angular2's default application "loading..", svg loading spinner. possible?

yes, can replace "loading..." text inside <my-app> tags in index.html file html or svg , should render content while app loads , angular takes on rendering:

<my-app>   <svg>    <!-- svg code here...-->  </svg> </my-app> 

Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -