angular-extensions / elements

Lazy load Angular Elements (or any other web components / custom elements ) with ease!

Home Page:https://angular-extensions.github.io/elements/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cache problems

omanzelli opened this issue · comments

I have a shell application that loads all the Angular Elements using your library.
On my last update, I figured out cache problems, so the version of the elements was the previous.
In order to solve the problem I had to empty the browser cache.

I know that the cache is managed using the ETag of the file so how can check what's happening?

@omanzelli you should see it in the dev tools ( network tab ) based on http status code and headers what exactly happened in your case

@omanzelli this is a general caching issue and not related to this library. I recommend a post on StackOverflow for a broader audience able to support you.

@tomastrajan I believe we can close this issue as it's not related to the library behavior.

@felipeplets i believe so too, thx for your support, appreciated!