How to set animation on first element on loading?

Viewed 739

I am using Angular2 with SystemJs. I am wondering how can I set some animation (like fade-out effect) on the Loading label in this example. We can see the label before the application loads. Is there a way to add fade out effect when the content of the following changes (index.html):

  <body>
    <my-app>loading...</my-app>
  </body>
2 Answers
Related