This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
Replies: 1 comment 3 replies
-
Typically, using |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have one component with multiple tabs. I am currently making several HTTP requests to get data for all tabs. To optimise the page loading speed, I want to make a request only for the default tab, and additional HTTP requests only when the user selects another tab.
How can I achieve this goal?
I know about structural directive ifActive, but I am not sure if I can use it to make HTTP requests conditionally.
Beta Was this translation helpful? Give feedback.
All reactions