When building a full stack application, by default, following the Content Security Policy directives, you cannot use in-line javascript or display images from unregistered urls, so within app/config/security.ts
you can change the directives you want to, for example, allow the creation and use of
Read more about the Content Security Policy in https://developer.mozilla.org/pt-BR/docs/Web/HTTP/Headers/Content-Security-Policy