elements
elements copied to clipboard
Preload Concated JS File
I am using angular extension in my angular 14 app, is there anyway to preload the requested JS file once a user has successfully logged in?
At the moment user logs in and then clicks on a tab to load
<ui-app *axLazyElement="url"></ui-app>
Is there anyway to improve the load time for the requested JS file?