Can I add defer attribute to the lazy loaded js files
Posted in General by Pavan Malukuntla Thu Oct 03 2019 05:20:44 GMT+0000 (Coordinated Universal Time)·Viewed 686 times
I have lazy loaded the some js files. This scripts got added to my index html making them load before the dependent script files get loaded.
Ex: Before AngularJS Framework loads, my lazy loaded scripts are being executed.