Non conosco personalmente Angular, ma a quanto vedo il tutto è dentro un file javascript.
I banner pubblicitari devono essere codice direttamente inserito sull'HTML (non tramite JS). Non saprei dirti però come fare con Angular.
In altre parole, nel codice HTML della tua homepage non vedo i tag dei banner:
Codice HTML:
<!doctype html>
<html lang="en" data-critters-container>
<head><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<meta charset="utf-8">
<title>Carmen Bijoux</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="assets/Logo/logo.png">
<style type="text/css">@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');unicode-range:U+0301...U+FFFD;}</style>
<style type="text/css">@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');}.material-icons{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased;}</style>
<link rel="preload" as="script" href="https://cdn.iubenda.com/cs/iubenda_cs.js">
<link rel="preload" as="script" href="https://cdn.iubenda.com/cs/tcf/stub-v2.js">
<script src="https://cdn.iubenda.com/cs/tcf/stub-v2.js"></script>
<script>
(_iub=self._iub||[]).csConfiguration={
cookiePolicyId: 11441447,
siteId: 3433237,
timeoutLoadConfiguration: 30000,
lang: 'it',
enableTcf: true,
tcfVersion: 2,
tcfPurposes: {
"2": "consent_only",
"3": "consent_only",
"4": "consent_only",
"5": "consent_only",
"6": "consent_only",
"7": "consent_only",
"8": "consent_only",
"9": "consent_only",
"10": "consent_only"
},
invalidateConsentWithoutLog: true,
googleAdditionalConsentMode: true,
consentOnContinuedBrowsing: false,
banner: {
position: "top",
acceptButtonDisplay: true,
customizeButtonDisplay: true,
closeButtonDisplay: true,
closeButtonRejects: true,
fontSizeBody: "14px",
},
}
</script>
<script async src="https://cdn.iubenda.com/cs/iubenda_cs.js"></script>
<style>html{--mat-ripple-color:rgba(0, 0, 0, .1)}html{--mat-option-selected-state-label-text-color:#3f51b5;--mat-option-label-text-color:rgba(0, 0, 0, .87);--ma...4a6.css"></noscript></head>
<body class="mat-typography">
<app-root></app-root>
<script src="runtime.7774ff81d752b5d3.js" type="module"></script><script src="polyfills.6c148e295da20343.js" type="module"></script><script src="main.376806f79ac9ee98.js" type="module"></script></body>
</html>
Ciao!