I am building an app with ionic and need to send some content from an HTML page on the server when requested by a user. Ideally this HTML file should use the correct ionic components so that any changes to its structure don't need to be accounted for in the app code.
Thus, I would like intellisense to suggest ionic components for this particular HTML file even though it's not actually inside the ionic project. Any suggestions on how to achieve this? I'm sure it must be a simple VSCode setting but I can't seem to find it