I developed a project on angular 5.2.6., but problem is that when I load the application, it takes almost 20-30 seconds.
When I check in the network tab in the browser, I saw that vendor file is taking time because of is size(11.6 Mb).
I want to know that is there any way to minimize that vendor file and what kind of code are packed inside vendor file. I got this link but not get the solution.
How can I minimize that vendor file to load my application faster?