You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I wish to contribute to this project but I'm finding it difficult to test the included test apps against my local changes.
Right now it looks like test apps are correctly loading angular dependencies as externals.
And according to the importmap, the dependencies are fetched from the cdn.
What is the correct approach to load the local library instead (under /lib)?
The text was updated successfully, but these errors were encountered:
@arturovt thank you for your answer. Are you able to elaborate a little bit more on that? Did you use something like rollup to build systemjs modules from fesm modules and then maybe http-server to serve them locally, and changed the root app importmap to point to the locally served modules?
Question
Hi, I wish to contribute to this project but I'm finding it difficult to test the included test apps against my local changes.
Right now it looks like test apps are correctly loading angular dependencies as externals.
And according to the importmap, the dependencies are fetched from the cdn.
What is the correct approach to load the local library instead (under
/lib
)?The text was updated successfully, but these errors were encountered: