2025-07-28 20:08:21 -03:00
|
|
|
<footer class="footer" [ngClass]="{'general': !isUserLoggedIn}">
|
2025-06-06 07:38:11 -03:00
|
|
|
<div class="footer-content">
|
|
|
|
|
<div class="footer-links">
|
|
|
|
|
<a href="#">Privacy Policy</a>
|
|
|
|
|
<a href="#">Terms of Service</a>
|
|
|
|
|
<a href="#">Contact Us</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="copyright">
|
2025-10-27 20:49:57 -03:00
|
|
|
© {{ currentYear }} Alpha Omega Infosys. All rights reserved.
|
2025-06-06 07:38:11 -03:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</footer>
|