forked from Ficodes/BAE-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.component.html
More file actions
19 lines (16 loc) · 1.05 KB
/
app.component.html
File metadata and controls
19 lines (16 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<bae-header></bae-header>
<main class="bg-no-repeat bg-right ">
<router-outlet></router-outlet>
</main>
@if (providerThemeName === "DOME") {
<app-chatbot-widget class="relative z-50"></app-chatbot-widget>
}
<bae-footer class="w-full z-30 bottom-0 start-0"></bae-footer>
@if(isProduction){
<script
type="text/javascript"> _linkedin_partner_id = "8700705"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); </script>
<script
type="text/javascript"> (function (l) { if (!l) { window.lintrk = function (a, b) { window.lintrk.q.push([a, b]) }; window.lintrk.q = [] } var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript"; b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s); })(window.lintrk); </script>
<noscript> <img height="1" width="1" style="display:none;" alt=""
src="https://px.ads.linkedin.com/collect/?pid=8700705&fmt=gif" /> </noscript>
}