Discussions

Ask a Question
Back to All

Can I add defer attribute to the lazy loaded js files

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.