angular-extensions / elements

Lazy load Angular Elements (or any other web components / custom elements ) with ease!
https://angular-extensions.github.io/elements/
MIT License
315 stars 40 forks source link

url not exist #115

Open Shemesh opened 2 years ago

Shemesh commented 2 years ago

hi, i'm using LazyElementsLoaderService.loadElement(url) to get my lazy stuff. facing a scenario where the url does not exist, and getting 404 in console. how do i handle (catch) such scenario silently?