Hi,
I’m trying to use ‘Linked Resources’ in my Angular project.
I’ve a base Angular project which defines a base module.
Then I created a new Angular project and link the base module/sources using Eclipse Linked Resources. A new folder appears in Eclipse and I can expand the folder.
If I import the base module, I get an error, that the module cannot be found. (The file seems not visible for Angular).
But when I create a direct link in Windows using command line (mklink), it works fine.
Is there any way to use Eclipse Linked Resources instead of OS native links?
Best Regards,
Bernd