footer.component.html 144 Bytes
<footer class='footer bg-dark text-center'>
    <div class="container m-2">
        <p>&copy; Adrian Borella {{ year }}</p>
    </div>
</footer>