Discussions
Can I add defer attribute to the lazy loaded js files
over 3 years ago by Pavan Malukuntla
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.