Daniel

Results 8 comments of Daniel

Hi @edgarjoao did you try to use ng-template like this? ``` Loading failed... Submit ```

@edgarjoao when it happens, did you try in another browser or anonymous Page? It appears to be cached by the browser

@edgarjoao I'll try to see. @tomastrajan can you help?

@tomastrajan also, is it possible to send the repo of your projects?

After several tests, I finally found the problem. Apparently when the elements extension service send the first HTTP request to get the micro front-end code, the browser saves this response....

@edgarjoao I just solved the issue! **Solution:** I was running the micro frontend server with the command `npx http-server` witch by default send in the header _cache-control 3600_ (seconds). To...

@edgarjoao probably yes, I can check it out if you push the projects to your repository.

> Hi @DanielBou99, Taking a look in the code, I can see a line where the script is appended to to document.body in case everything is good. https://github.com/angular-extensions/elements/blob/master/projects/elements/src/lib/lazy-elements/lazy-elements-loader.service.ts#L169 > >...