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
17 lines (13 loc) · 1.11 KB
/
app.component.html
File metadata and controls
17 lines (13 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<bae-header class="fixed w-full z-50 top-0 start-0"></bae-header>
<main
class="bg-no-repeat bg-right pb-[60px] pt-[75px]"
>
<router-outlet></router-outlet>
</main>
@if (providerThemeName == "DOME") {
<app-chatbot-widget class="relative z-50"></app-chatbot-widget>
}
<bae-footer class="fixed 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>
}