3

Actually I add these js files to start my Angular 2 app:-

enter image description here

But my page is loading around 400 Http calls, which is making app a bit slower. out of these 400 calls 200 calls are initiating from system.js, please see in this pic enter image description here

Is there a way to make it faster ??

Arun Tyagi
  • 2,206
  • 5
  • 24
  • 37

1 Answers1

0

Make sure you are using the minimized version of the file and use a CDN for delivery.

jjoiner
  • 44
  • 4