Return to site

Angular footer

March 31, 2020

I am on a task to do a responsive Angular footer, and I wanted to do a POC on my own before implementing the solution.

A footer using bootstrap with three responsive modes:
―mobile
―desktop
―max-desktop
It detects the screen width and height in the ts, which then enables one of the mode in the html.
Have a nice day,