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
Post a Comment