Angular2 app is loading slow, how can I improve the performance on load?
I use Angular2, typescript with html5.
currently my app takes 4 seconds to load. I h
Try disabling source maps by running ng serve --sourcemap=false
ng serve --sourcemap=false